[[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:
# 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
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