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:
parent
1d39d95386
commit
0da6df2117
@ -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"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user