Fix object storage recipe names

The names are missing the "-server' for some the recipes.

Change-Id: Ief474de42d606acb6eb77e8343a5ce38b59d2902
This commit is contained in:
Mark Vanderwiel 2014-11-17 13:08:54 -06:00
parent 5f023d7ee5
commit db4b5d5e64
5 changed files with 5 additions and 4 deletions

View File

@ -6,6 +6,7 @@ This file is used to list changes made in each version of openstack-chef-repo
* Bump mysql and mysql-chef to required levels for Juno
* Bump Chef gem to 11.16
* update berkshelf from 2.0.18 to 3.1.5
* Fix object storage recipe names
## 9.1.0
* Bump berkshelf to 2.0.18

View File

@ -9,7 +9,7 @@
"chef_type": "role",
"run_list": [
"role[os-base]",
"recipe[openstack-object-storage::account]"
"recipe[openstack-object-storage::account-server]"
],
"env_run_lists": {
}

View File

@ -9,7 +9,7 @@
"chef_type": "role",
"run_list": [
"role[os-base]",
"recipe[openstack-object-storage::container]"
"recipe[openstack-object-storage::container-server]"
],
"env_run_lists": {
}

View File

@ -9,7 +9,7 @@
"chef_type": "role",
"run_list": [
"role[os-base]",
"recipe[openstack-object-storage::management]"
"recipe[openstack-object-storage::management-server]"
],
"env_run_lists": {
}

View File

@ -9,7 +9,7 @@
"chef_type": "role",
"run_list": [
"role[os-base]",
"recipe[openstack-object-storage::object]"
"recipe[openstack-object-storage::object-server]"
],
"env_run_lists": {
}