Rename zero_demo Chef environment to zero-demo

From the other environment file, the convention seems to be dashes
instead of underscores in Chef names.  This patches matches the
object name with the filename for the zero-demo environment.

Change-Id: I3ecf2b07f1ac6d54943fed7b2fbf85a049fe3092
This commit is contained in:
Tim Potter 2014-10-20 17:14:34 +11:00
parent 4a36fa3df2
commit 3751246a20
2 changed files with 3 additions and 3 deletions

View File

@ -51,7 +51,7 @@ Here is a minimal [environment file](environments/zero-demo.json).
```
{
"name": "zero_demo",
"name": "zero-demo",
"override_attributes": {
"mysql": {
"server_root_password": "ilikerandompasswords"
@ -72,7 +72,7 @@ Note that `your_node_name` below is your node's hostname.
cd openstack-chef-repo
chef-client -z
knife node -z add run_list your_node_name 'role[allinone-compute]'
chef-client -z -E zero_demo
chef-client -z -E zero-demo
```
If there are no errors in output, congratulations!

View File

@ -1,5 +1,5 @@
{
"name": "zero_demo",
"name": "zero-demo",
"override_attributes": {
"mysql": {
"server_root_password": "ilikerandompasswords"