← Back to team overview

openstack-poc team mailing list archive

[Bug 947718] Re: [DEFAULT] group name in config file must be uppercase

 

Yeah, that's the behaviour of python's ConfigParser

See ConfigParser.py:

  DEFAULTSECT = "DEFAULT"

** Tags added: cfg

** Changed in: openstack-common
       Status: New => Invalid

-- 
You received this bug notification because you are a member of OpenStack
Common Drivers, which is the registrant for openstack-common.
https://bugs.launchpad.net/bugs/947718

Title:
  [DEFAULT] group name in config file must be uppercase

Status in openstack-common:
  Invalid

Bug description:
  As handled by openstack.common.cfg the default group header
  ([DEFAULT]) is only recognized in uppercase.  [default] is not
  recognized as a valid group header for global config options.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openstack-common/+bug/947718/+subscriptions


References