Merge "Rename zero_demo Chef environment to zero-demo"

This commit is contained in:
Jenkins 2014-10-20 15:54:33 +00:00 committed by Gerrit Code Review
commit 8f2c7a2d03
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"
@ -71,7 +71,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"