deb-murano/etc/oslo-config-generator/murano.conf
Dmytro Dovbii 0d140a32bd Fix the entry point for oslo-config generator
When we use `tox -egenconfig`, murano configuration file
is generated incorrectly. Some options in `[keystone_authtoken]`
section are missed. This is because keystonemiddleware now use
another function for oslo_config sample generation [1].
This function now returns a smaller list of options than before
without number of deprecated options and some options required
by murano.
This patch changes entrypoint for oslo-config-generator in order
to use older keystonemiddleware's function which lists all
neccesary options

1. https://review.openstack.org/#/c/267277/

Change-Id: I61b9c102e0e07e382237f2d09206df85322cc699
Closes-Bug: #1552226
2016-03-02 13:32:13 +00:00

11 lines
262 B
Plaintext

[DEFAULT]
output_file = etc/murano/murano.conf.sample
namespace = keystone_authtoken
namespace = murano
namespace = oslo.db
namespace = oslo.log
namespace = oslo.messaging
namespace = oslo.middleware.cors
namespace = oslo.policy
namespace = oslo.service.service