raigax9 2bc511c69f Added orm_client codebase
Initial commit for orm_client by adding the codebase.

Change-Id: I24f17561e6a426e6af9dbbe04e4a66599344d265
2017-08-28 14:17:28 +00:00

9 lines
241 B
Python

# these values are used by ormcli to retrieve auth_token which is sent,
# along with region, with each cms and fms api request
tenant_name = ''
username = ''
password = False
auth_region = ''
orm_base_url = 'http://127.0.0.1'
verify = False