Rally does not support the OS_INTERFACE variable

Asked by David Oyler

Under the current openstack 2.4.0 CLI, the OS_INTERFACE variable is supported:

  --os-interface <interface>
                        Select an interface type. Valid interface types:
                        [admin, public, internal]. (Env: OS_INTERFACE)

Without the OS_INTERFACE set, the openstack commands which hit keystone based routines (project create, project list, etc) fail within my given Liberty environment.

Rally is hitting the same problem, except I couldn't find any direct support for the OS_INTERFACE variable within Rally. Prior to writing an enhancement request defect, I wanted to confirm the lack of support. Additionally, looking for possible workarounds within Rally.

Question information

Language:
English Edit question
Status:
Solved
For:
Rally Edit question
Assignee:
No assignee Edit question
Solved by:
David Oyler
Solved:
Last query:
Last reply:
Revision history for this message
Andrey Kurilin (andreykurilin) said :
#1

Recently we merged support for OS_INTERFACE variable. see https://review.openstack.org/#/c/318136/

Revision history for this message
David Oyler (doyler-m) said :
#2

Thanks.