Reviewed: https://review.openstack.org/359056 Committed: https://git.openstack.org/cgit/openstack/vmware-nsx/commit/?id=e5b608ac1d51e645fe72552bbbf6611aaf22236c Submitter: Jenkins Branch: master
commit e5b608ac1d51e645fe72552bbbf6611aaf22236c Author: AvnishPal <[email protected]> Date: Tue Aug 23 14:37:34 2016 +0530 Fix tempest.conf generation [service_available] is not being generated. This patch fixes it. Change-Id: I2813ff9c483b5bc97600d2b33decfcff9b3bda33 Closes-Bug: #1613542 ** Changed in: vmware-nsx Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1613542 Title: tempest.conf doesn't contain $project in [service_available] section Status in Aodh: Fix Released Status in Ceilometer: In Progress Status in ec2-api: In Progress Status in Gnocchi: In Progress Status in Ironic: In Progress Status in Ironic Inspector: In Progress Status in OpenStack Identity (keystone): Invalid Status in Magnum: Fix Released Status in neutron: New Status in OpenStack Data Processing ("Sahara") sahara-tests: In Progress Status in vmware-nsx: Fix Released Bug description: When generating the tempest conf, the tempest plugins need to register the config options. But for the [service_available] section, ceilometer (and the other mentioned projects) doesn't register any value so it's missng in the tempest sample config. Steps to reproduce: $ tox -egenconfig $ source .tox/genconfig/bin/activate $ oslo-config-generator --config-file .tox/genconfig/lib/python2.7/site-packages/tempest/cmd/config-generator.tempest.conf --output-file tempest.conf.sample Now check the [service_available] section from tempest.conf.sample To manage notifications about this bug go to: https://bugs.launchpad.net/aodh/+bug/1613542/+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

