Region is not used when coming from openstackclient
Bug #1779705 reported by
Pierre Gaxatte
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-mistralclient |
Fix Committed
|
Undecided
|
Quentin GROLLEAU |
Bug Description
In a multi-region environment, the mistral client correctly uses the region put in OS_REGION_NAME but not when using the openstack client.
The call is made to the first endpoint found in the catalog.
Changed in python-mistralclient: | |
assignee: | nobody → Quentin GROLLEAU (quentin.grolleau) |
status: | New → Fix Committed |
To post a comment you must log in.
If you do a :
openstack workflow list
and you have several regions
It will chose the first one in the endpoint list
HTTPSConnection Pool(host= 'mistral' , port=8989): Max retries exceeded with url: /v2/workflows (Caused by NewConnectionEr ror('<requests. packages. urllib3. connection. VerifiedHTTPSCo nnection object at 0x7f3007f610d0>: Failed to establish a new connection: [Errno 111] Connection refused',))