diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..5cc2dcc8 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,4 @@ +##2015-07-08 - 6.0.0 +###Summary + +- Initial release of the puppet-manila module diff --git a/README.md b/README.md index b352daf4..56df9702 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ manila ======= -1.0.0 - 2014.2.0 - Juno +6.0.0 - 2015.1.0 - Kilo #### Table of Contents diff --git a/metadata.json b/metadata.json index 8e3fbb96..b930a28b 100644 --- a/metadata.json +++ b/metadata.json @@ -1,10 +1,10 @@ { - "name": "stackforge-manila", - "version": "5.0.0", - "author": "NetApp and StackForge Contributors", + "name": "openstack-manila", + "version": "6.0.0", + "author": "NetApp and OpenStack Contributors", "summary": "Puppet module for OpenStack Manila", "license": "Apache-2.0", - "source": "git://github.com/stackforge/puppet-manila.git", + "source": "git://github.com/openstack/puppet-manila.git", "project_page": "https://launchpad.net/puppet-manila", "issues_url": "https://bugs.launchpad.net/puppet-manila", "requirements": [ @@ -33,10 +33,10 @@ "dependencies": [ { "name": "dprince/qpid", "version_requirement": ">=1.0.0 <2.0.0" }, { "name": "puppetlabs/inifile", "version_requirement": ">=1.0.0 <2.0.0" }, - { "name": "stackforge/keystone", "version_requirement": ">=5.0.0 <6.0.0" }, - { "name": "stackforge/glance", "version_requirement": ">=5.0.0 <6.0.0" }, + { "name": "openstack/keystone", "version_requirement": ">=6.0.0 <7.0.0" }, + { "name": "openstack/glance", "version_requirement": ">=6.0.0 <7.0.0" }, { "name": "puppetlabs/rabbitmq", "version_requirement": ">=2.0.2 <6.0.0" }, { "name": "puppetlabs/stdlib", "version_requirement": ">=4.0.0 <5.0.0" }, - { "name": "stackforge/openstacklib", "version_requirement": ">=5.0.0 <6.0.0" } + { "name": "openstack/openstacklib", "version_requirement": ">=6.0.0 <7.0.0" } ] }