Chen Zhiwei 9ce35810b7 Add usage with Chef Server manual steps doc
This will helpful for beginners to know the basic workflow of
openstack-chef-repo, and it's a good start for beginners to deploy
OpenStack environment through Chef.

Change-Id: I28c01ecb0fafa46fcf73ef8176eabe6806be207f
2015-01-22 09:13:43 +08:00

16 lines
317 B
JSON

{
"name": "CHANGE_TO_YOUR_ENVIRONMENT_NAME",
"override_attributes": {
"mysql": {
"server_root_password": "ilikerandompasswords"
},
"openstack": {
"use_databags": false,
"endpoints": {
"host": "CHANGE_TO_YOUR_CONTROLLER_IP",
"bind-host": "0.0.0.0"
}
}
}
}