]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Reference DEFAULT_SERVICETYPE OptGoup names in lowercase
authorZhongyue Luo <zhongyue.nah@intel.com>
Sat, 18 May 2013 13:52:15 +0000 (21:52 +0800)
committerZhongyue Luo <zhongyue.nah@intel.com>
Sat, 18 May 2013 13:53:59 +0000 (21:53 +0800)
commit2f13345b861e2873abbbeaa69b9620ce431a3baf
treea04e1edf671ef9459c5985700b703690c34e2409
parent59d6ad203575055f71846dd2811e5ca5110971ca
Reference DEFAULT_SERVICETYPE OptGoup names in lowercase

To have consistent option group name format across projects,
oslo.config now normalizes all non lowercase group names to lowercase
when loading conf files.
Thus conf files are backwards compatible but option group references
in the code must now use lowercase before we update oslo.config.

This patch replaces all 'DEFAULT_SERVICETYPE' references to
'default_servicetype'

Change-Id: Iccab055c4664e11c9618706e594416194065048b
etc/quantum.conf
quantum/db/servicetype_db.py
quantum/tests/etc/quantum.conf.test
quantum/tests/unit/test_servicetype.py