mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-16 19:30:26 +00:00
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:
@ -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"
|
||||
},
|
||||
|
Reference in New Issue
Block a user