]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix oslo.service config generation
authorGorka Eguileor <geguileo@redhat.com>
Thu, 3 Mar 2016 13:00:34 +0000 (14:00 +0100)
committerGorka Eguileor <geguileo@redhat.com>
Thu, 3 Mar 2016 13:05:47 +0000 (14:05 +0100)
commitffaa4f55e46b5b2619e7291af6163f6b14125ff4
treeda59c9acdea1a94d9fb998446c97b5ed09fa925a
parente467b915e39aa0da87998434dd4938c1d59d7a91
Fix oslo.service config generation

Cinder generation configuration sample does not contain any of
oslo.service configuration options.

This is because we are not using the right namespace when calling
oslo-config-generator since oslo.service is not a valid entrypoint as
mentioned in the documentation:

https://github.com/openstack/oslo.service/blob/master/doc/source/usage.rst#using-osloservice-with-oslo-config-generator

This patch fixes this by using the right namespaces.

Closes-Bug: #1552689
Change-Id: I8365daec0d3b161d3c07f229d221cf004edb6662
cinder/config/cinder-config-generator.conf