commit | 43e4fd8ff2a28e09f2a0fabc4c728aa0852e4983 | [log] [tgz] |
---|---|---|
author | Brad Behle <behle@us.ibm.com> | Wed Apr 13 17:15:21 2016 -0500 |
committer | Brad Behle <behle@us.ibm.com> | Wed Apr 13 17:15:21 2016 -0500 |
tree | 6585baeaad28fb5df65b92ef10aa8be32ba5bef8 | |
parent | c99373b0bcf2dc4be559a991dcf61875676c1d08 [diff] |
Do not create network resources in verify-config Recent changes in devstack/lib/tempest have uncovered this bug where a neutron router is being created when it isn't needed, and will fail if a public network hasn't been created. This is fixed by specifying not to create these network resources when getting the primary credentials in verify-config. Change-Id: Ic3857585a74d4e07a9e526e1d96e871fb43154a0 Closes-Bug: #1570097