This makes a neutron net-list possible

as well as a openstack network list.
This commit is contained in:
Egon Rijpkema 2018-07-19 13:59:55 +02:00
parent 0c605af3ae
commit 03a619823d
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
export OS_PROJECT_DOMAIN_NAME=Default
export OS_USER_DOMAIN_NAME=Default
export OS_TENANT_NAME=admin
export OS_USERNAME=admin
export OS_PASSWORD={{ hostvars[groups['keystone'][0]]['OS_PASSWORD'] }}