summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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