95efd789b4
Moved openstack env variables out of snapcraft.yaml, and into a "microtack.rc". Made openstack-wrapper, which auto sources microstack.rc. Key off of revised snap.openstack, which supports snapctl config values in templates. Moved a lot of the overlay into snap-overlay/templates, and added config values to them. Also writes templates just once, when you run snap-openstack setup. Change-Id: Ib0f2e3fc97f491d9ed9dfbafc61dc8e27a8a2b48
14 lines
298 B
Django/Jinja
14 lines
298 B
Django/Jinja
[DEFAULT]
|
|
notify_nova_on_port_status_changes = True
|
|
notify_nova_on_port_data_changes = True
|
|
|
|
[nova]
|
|
auth_url = http://{{ extgateway }}:5000
|
|
auth_type = password
|
|
project_domain_name = default
|
|
user_domain_name = default
|
|
region_name = microstack
|
|
project_name = service
|
|
username = nova
|
|
password = nova
|