Merge "Use the more common os_ names for novaclient"
This commit is contained in:
commit
1c80bfb1fd
@ -13,10 +13,10 @@ can be provided via heat. For example:
|
||||
|
||||
nagios3:
|
||||
adm_web_passwd: nagiosadmin
|
||||
nova_host_ip: 192.0.2.1
|
||||
nova_os_password: unset
|
||||
nova_os_username: admin
|
||||
nova_os_tenant_name: admin
|
||||
os_auth_url: 192.0.2.1
|
||||
os_password: unset
|
||||
os_username: admin
|
||||
os_tenant_name: admin
|
||||
initial_network_split_key: ctlplane
|
||||
|
||||
Sample heat template with defaults configured for a boot-stack vm located at:
|
||||
|
@ -0,0 +1,10 @@
|
||||
export NOVA_VERSION=1.1
|
||||
export OS_PASSWORD={{nagios3.os_password}}
|
||||
export OS_AUTH_URL={{nagios3.os_auth_url}}
|
||||
export OS_USERNAME={{nagios3.os_username}}
|
||||
export OS_TENANT_NAME={{nagios3.os_tenant_name}}
|
||||
export COMPUTE_API_VERSION=1.1
|
||||
export OS_NO_CACHE=True
|
||||
# add initial split network.
|
||||
split_key={{nagios3.initial_network_split_key}}
|
||||
nagiosadmin_pass={{nagios3.adm_web_passwd}}
|
@ -1,10 +0,0 @@
|
||||
export NOVA_VERSION=1.1
|
||||
export OS_PASSWORD={{nagios3.nova_os_password}}
|
||||
export OS_AUTH_URL=http://{{nagios3.nova_host_ip}}:5000/v2.0
|
||||
export OS_USERNAME={{nagios3.nova_os_username}}
|
||||
export OS_TENANT_NAME={{nagios3.nova_os_tenant_name}}
|
||||
export COMPUTE_API_VERSION=1.1
|
||||
export OS_NO_CACHE=True
|
||||
# add initial split network.
|
||||
split_key={{nagios3.initial_network_split_key}}
|
||||
nagiosadmin_pass={{nagios3.adm_web_passwd}}
|
Loading…
Reference in New Issue
Block a user