BeyondTheClouds / enos

Experimental eNvironment for OpenStack :monkey:
https://beyondtheclouds.github.io/enos/
GNU General Public License v3.0
30 stars 22 forks source link

admin-openrc file should reuse kolla values #116

Closed rcherrueau closed 7 years ago

rcherrueau commented 7 years ago

Values OS_AUTH_URL and OS_REGION_NAME in the template admin-openrc.j2 potentially are false values. The template should reuse variables openstack_region_name and keystone_admin_url provided by kolla-ansbile.

msimonin commented 7 years ago

I should add that our workflow for generating/using the admin-openrc isn't clear. As a reminder some part of the code is using this aswell : https://github.com/BeyondTheClouds/enos/blob/master/enos/ansible/group_vars/all.yml#L14

msimonin commented 7 years ago

Even if it's still wip I've gone through https://github.com/rcherrueau/enos/commit/5314a2bad759251b6683e3f2a6d05695c87a7200

I like the way you are solving the issue !