Add nova conf for cyborg
Closes-Bug: #2030467 Change-Id: I7646f929b7edc2684102ae1b5927bcc75f0c87c9
This commit is contained in:
parent
1938f555e3
commit
df6096db9e
@ -43,6 +43,18 @@ region_name = {{ openstack_region_name }}
|
|||||||
cafile = {{ openstack_cacert }}
|
cafile = {{ openstack_cacert }}
|
||||||
valid_interfaces = internal
|
valid_interfaces = internal
|
||||||
|
|
||||||
|
[nova]
|
||||||
|
auth_url = {{ keystone_internal_url }}
|
||||||
|
auth_type = password
|
||||||
|
project_domain_id = {{ default_project_domain_id }}
|
||||||
|
user_domain_id = {{ default_user_domain_id }}
|
||||||
|
region_name = {{ openstack_region_name }}
|
||||||
|
project_name = service
|
||||||
|
username = {{ nova_keystone_user }}
|
||||||
|
password = {{ nova_keystone_password }}
|
||||||
|
endpoint_type = internal
|
||||||
|
cafile = {{ openstack_cacert }}
|
||||||
|
|
||||||
{% if cyborg_policy_file is defined %}
|
{% if cyborg_policy_file is defined %}
|
||||||
[oslo_policy]
|
[oslo_policy]
|
||||||
policy_file = {{ cyborg_policy_file }}
|
policy_file = {{ cyborg_policy_file }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user