Add documentation for plugin and devstack-gate

Add some documentation when using a plugin and devstack-gate.
Information about the GRENADE_PLUGINRC environment variable.

Change-Id: I688ba69435a40fb7dc11844e0780e0d1dcd10db5
This commit is contained in:
John L. Villalovos
2016-03-29 17:29:27 -07:00
parent 810c347ebb
commit 0cd940ecec

View File

@@ -191,6 +191,13 @@ The plugin is enabled by adding::
To ``pluginrc`` in the ``GRENADE_DIR``. An additional rc file was
required due to sequencing of when plugin functions become available.
Note: For using this with ``openstack-infra/devstack-gate`` you would set this
by setting the GRENADE_PLUGINRC environment variable. For example to set it for
Ironic::
export GRENADE_PLUGINRC="enable_grenade_plugin ironic https://git.openstack.org/openstack/ironic"
Changing Devstack Localrc
-------------------------