0f82027663
Move all configuration options related to Keystone API to [keystone] section. This change also fixes a bug for configuring user and domain names for Keystone API V3 protocol by allowing to define them via a separate option. Move the code that defines those options to 'tobiko.openstack.keystone' package. These changes are intended to re-organize code and parameters by the functionality they perform in package and subpackages that have as less interdependency as possible in a 'aspect oriented' approach. Change-Id: I61953150f4e3404b34b1e37310d9f2e35741ada7 |
||
---|---|---|
.. | ||
vagrant | ||
plugin.sh | ||
README.rst | ||
settings |
Enabling in Devstack
WARNING: the stack.sh script must be run in a disposable VM that is not being created automatically, see the README.md file in the "devstack" repository. See contrib/vagrant to create a vagrant VM.
Download DevStack:
git clone https://git.openstack.org/openstack-dev/devstack.git cd devstack
Add this repo as an external repository:
> cat local.conf [[local|localrc]] enable_plugin tobiko https://git.openstack.org/openstack/tobiko
Run
stack.sh