Missing OS_EXTGW_ID in OpenStack Docs
This commit adds a note about the requirement for the OS_EXTGW_ID environment variable in order to run the OpenStack Provider acceptance tests.
This commit is contained in:
parent
d63008e880
commit
34d425fc26
|
@ -144,6 +144,8 @@ variables must also be set:
|
|||
|
||||
* `OS_NETWORK_ID` - The UUID of a network in your test environment.
|
||||
|
||||
* `OS_EXTGW_ID` - The UUID of the external gateway.
|
||||
|
||||
To make development easier, the `builtin/providers/openstack/devstack/deploy.sh`
|
||||
script will assist in installing and configuring a standardized
|
||||
[DevStack](http://docs.openstack.org/developer/devstack/) environment along with
|
||||
|
|
Loading…
Reference in New Issue