Authentication error will be thrown if we construct ceilometer client in a certain way
Bug #1519729 reported by
Xiangjun Li
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
python-ceilometerclient | Status tracked in Liberty | |||||
Kilo |
New
|
Undecided
|
Xiangjun Li | |||
Liberty |
Fix Released
|
Undecided
|
Xiangjun Li | |||
Mitaka |
Fix Released
|
Undecided
|
Xiangjun Li |
Bug Description
If we construct ceilometer client using the following way (https:/
from ceilometerclient import client as cclient
connection = cclient.get_client(
‘2’,
This instance of ceilometer client will throw authentication error when use it later (e.g. call connection.
Changed in python-ceilometerclient: | |
assignee: | nobody → lixiangjun (lixiangjun) |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/249690
Review: https:/