← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1262148] [NEW] duplicated definition of config option memcached_servers

 

Public bug reported:

When using the latest config generator from oslo-incubator, see
https://review.openstack.org/62815, and trying to generate the
nova.conf.sample by using the following commands:

NOVA_CONFIG_GENERATOR_EXTRA_MODULES=keystoneclient.middleware.auth_token
tools/config/generate_sample.sh -p nova

2013-12-18 18:22:03.187 30506 CRITICAL nova [-] Unable to find group for
option memcached_servers, maybe it's defined twice in the same group?


This is because the config option memcached_servers is defined both in the python module keystoneclient.middleware.auth_token and nova.openstack.common.memorycache.

** Affects: nova
     Importance: Undecided
         Status: New

** Affects: python-keystoneclient
     Importance: Undecided
         Status: New

** Also affects: python-keystoneclient
   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/1262148

Title:
  duplicated definition of config option memcached_servers

Status in OpenStack Compute (Nova):
  New
Status in Python client library for Keystone:
  New

Bug description:
  When using the latest config generator from oslo-incubator, see
  https://review.openstack.org/62815, and trying to generate the
  nova.conf.sample by using the following commands:

  NOVA_CONFIG_GENERATOR_EXTRA_MODULES=keystoneclient.middleware.auth_token
  tools/config/generate_sample.sh -p nova

  2013-12-18 18:22:03.187 30506 CRITICAL nova [-] Unable to find group
  for option memcached_servers, maybe it's defined twice in the same
  group?

  
  This is because the config option memcached_servers is defined both in the python module keystoneclient.middleware.auth_token and nova.openstack.common.memorycache.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1262148/+subscriptions


Follow ups

References