Bug is in openstack.common.memorycache:
https://github.com/openstack/nova/blob/stable/grizzly/nova/openstack/common/memorycache.py
Specifically get_client should not pass on ImportError since the CONF
declared memcached_servers.
def get_client(memcached_servers=None):
client_cls = Client
if not memcached_servers:
memcached_servers = CONF.memcached_servers
if memcached_servers:
try:
import memcache
client_cls = memcache.Client
except ImportError:
pass
** Changed in: nova
Status: Incomplete => Confirmed
** Also affects: oslo
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1213660
Title:
nova-consoleauth memcached
Status in OpenStack Compute (Nova):
Confirmed
Status in Oslo - a Library of Common OpenStack Code:
New
Bug description:
Hello Guys,
If memcached doesn't respond there isn't any error messages
https://github.com/openstack/nova/blob/stable/grizzly/nova/consoleauth/manager.py#L85
Looking the code I found this problem in my environment but looking
the logs seems that there is memcached.
Regards,
Federico
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1213660/+subscriptions
--
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help : https://help.launchpad.net/ListHelp