at present, we will use "develop_mode=true", so I change the value

of develop_mode in the example to "true".
This commit is contained in:
jjhua 2013-11-29 16:16:57 -05:00
parent 1d39d95386
commit 0da6df2117

View File

@ -14,7 +14,7 @@ override_attributes(
"root_network_acl" => "%"
},
"openstack" => {
"developer_mode" => false,
"developer_mode" => true,
"secret"=>{
"key_path"=>"/etc/chef/encrypted_data_bag_secret"
},