tobiko/devstack
Federico Ressi 0f82027663 Rename "identity" section as "keystone" in tobiko.conf
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
2019-03-14 10:43:53 +00:00
..
vagrant Vagrantfile: configure to pass neutron test cases 2018-12-18 11:33:08 +00:00
README.rst Configure DevStack job 2018-12-10 09:25:33 +01:00
plugin.sh Rename "identity" section as "keystone" in tobiko.conf 2019-03-14 10:43:53 +00:00
settings Read OS credentials from tobiko.conf 2018-12-11 15:49:09 +01:00

README.rst

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.

  1. Download DevStack:

    git clone https://git.openstack.org/openstack-dev/devstack.git
    cd devstack
  2. Add this repo as an external repository:

    > cat local.conf
    [[local|localrc]]
    enable_plugin tobiko https://git.openstack.org/openstack/tobiko
  3. Run stack.sh