This makes a neutron net-list possible
as well as a openstack network list.
This commit is contained in:
parent
0c605af3ae
commit
03a619823d
|
@ -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'] }}
|
||||
|
|
Loading…
Reference in New Issue