yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #15474
[Bug 1328592] [NEW] Broken error message when no service endpoint exists
Public bug reported:
The exception handling for the error logging when a service endpoint
does not exist is broken ... Steps to reproduce:
# export OS_SERVICE_TOKEN=$ADMIN_TOKEN
# export OS_SERVICE_ENDPOINT=http://$OS_INST_HOSTNAME:35357/v2.0
# keystone endpoint-list
# keystone endpoint-delete 79a7491380...
unset OS_SERVICE_TOKEN OS_SERVICE_ENDPOINT
# export OS_USERNAME=admin
# export OS_PASSWORD=ADMIN_PASS
# export OS_TENANT_NAME=admin
# export OS_AUTH_URL=http://$OS_INST_HOSTNAME:35357/v2.0
# keystone endpoint-list
No handlers could be found for logger "keystoneclient.httpclient"
# keystone user-list
No handlers could be found for logger "keystoneclient.httpclient"
Looks like there is a missing log handler for the error message trying
to be produced.
** Affects: keystone
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1328592
Title:
Broken error message when no service endpoint exists
Status in OpenStack Identity (Keystone):
New
Bug description:
The exception handling for the error logging when a service endpoint
does not exist is broken ... Steps to reproduce:
# export OS_SERVICE_TOKEN=$ADMIN_TOKEN
# export OS_SERVICE_ENDPOINT=http://$OS_INST_HOSTNAME:35357/v2.0
# keystone endpoint-list
# keystone endpoint-delete 79a7491380...
unset OS_SERVICE_TOKEN OS_SERVICE_ENDPOINT
# export OS_USERNAME=admin
# export OS_PASSWORD=ADMIN_PASS
# export OS_TENANT_NAME=admin
# export OS_AUTH_URL=http://$OS_INST_HOSTNAME:35357/v2.0
# keystone endpoint-list
No handlers could be found for logger "keystoneclient.httpclient"
# keystone user-list
No handlers could be found for logger "keystoneclient.httpclient"
Looks like there is a missing log handler for the error message trying
to be produced.
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1328592/+subscriptions
Follow ups
References