diff --git a/templates/openrc.j2 b/templates/openrc.j2 index b0c0b7d..8120599 100644 --- a/templates/openrc.j2 +++ b/templates/openrc.j2 @@ -9,6 +9,7 @@ export NOVA_ENDPOINT_TYPE={{ openrc_nova_endpoint_type }} # COMMON OPENSTACK ENVS export OS_ENDPOINT_TYPE={{ openrc_os_endpoint_type }} +export OS_INTERFACE={{ openrc_os_endpoint_type }} export OS_USERNAME={{ openrc_os_username }} export OS_PASSWORD={{ openrc_os_password }} export OS_PROJECT_NAME={{ openrc_os_tenant_name }}