From 501b1d9a2736d41c72c0cbd9a739084e8c4bcde3 Mon Sep 17 00:00:00 2001 From: bryan Date: Mon, 6 Mar 2017 12:43:13 -0800 Subject: Update to clarify Tacker plugin should be disabled for now. JIRA: MODELS-23 Change-Id: I6f44b3f09becb8ecf2c37be7eece53fafe29f1af Signed-off-by: bryan --- tests/utils/devstack/local.conf | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'tests/utils/devstack') 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 -- cgit