summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbryan <bryan.sullivan@att.com>2017-03-06 12:43:13 -0800
committerbryan <bryan.sullivan@att.com>2017-03-06 12:43:13 -0800
commit501b1d9a2736d41c72c0cbd9a739084e8c4bcde3 (patch)
tree73b12390e043205e1aa6b57bb82761fd68c2ee25
parent76998c6c507035e8ec3db2b3d91e65fecbb3ff20 (diff)
Update to clarify Tacker plugin should be disabled for now.
JIRA: MODELS-23 Change-Id: I6f44b3f09becb8ecf2c37be7eece53fafe29f1af Signed-off-by: bryan <bryan.sullivan@att.com>
-rw-r--r--tests/utils/devstack/local.conf8
1 files changed, 6 insertions, 2 deletions
diff --git a/tests/utils/devstack/local.conf b/tests/utils/devstack/local.conf
index 2b29ca8..0acde3c 100644
--- a/tests/utils/devstack/local.conf
+++ b/tests/utils/devstack/local.conf
@@ -1,6 +1,6 @@
[[local|localrc]]
# Use eth1 for stacking (host-only network)
-HOST_IP_IFACE=ens3
+#HOST_IP_IFACE=ens3
# While ``stack.sh`` is happy to run without ``localrc``, devlife is better when
# there are a few minimal variables set:
@@ -19,7 +19,7 @@ SERVICE_PASSWORD=$ADMIN_PASSWORD
# from an Ethernet interface to a bridge on the host. Setting it here also
# makes it available for ``openrc`` to include when setting ``OS_AUTH_URL``.
# Neither is set by default.
-#HOST_IP=w.x.y.z
+HOST_IP=192.168.122.34
#HOST_IPV6=2001:db8::7
# By default stack.sh only installs Python packages if no version is currently
@@ -94,9 +94,13 @@ IMAGE_URL_FILE="xenial-server-cloudimg-amd64-disk1.img"
IMAGE_URLS+=","$IMAGE_URL_SITE$IMAGE_URL_PATH$IMAGE_URL_FILE
#Enable Tacker
+# Disabled for now, as Models tests assume Tacker is installed in a docker
+# container. Tests will be reworked to support pre-installed Tacker service.
#enable_plugin tacker https://git.openstack.org/openstack/tacker stable/newton
# Enable Congress
enable_plugin congress http://git.openstack.org/openstack/congress stable/newton
enable_plugin ceilometer http://git.openstack.org/openstack/ceilometer stable/newton
+# Enable Nova placement service (prevents strange delays in Nova scheduling)
+enable_service placement-api