Update to clarify Tacker plugin should be disabled for now. 85/29885/1
authorbryan <bryan.sullivan@att.com>
Mon, 6 Mar 2017 20:43:13 +0000 (12:43 -0800)
committerbryan <bryan.sullivan@att.com>
Mon, 6 Mar 2017 20:43:13 +0000 (12:43 -0800)
JIRA: MODELS-23

Change-Id: I6f44b3f09becb8ecf2c37be7eece53fafe29f1af
Signed-off-by: bryan <bryan.sullivan@att.com>
tests/utils/devstack/local.conf

index 2b29ca8..0acde3c 100644 (file)
@@ -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