Add XAPI config to quantum rootwrap for XS/XCP.
* Supports blueprint xenapi-ovs
Change-Id: I902458ec26cd07e94fe50bb3648efa75658ccba3
diff --git a/stackrc b/stackrc
index f99eab1..6dcb462 100644
--- a/stackrc
+++ b/stackrc
@@ -224,6 +224,10 @@
# Compatibility until it's eradicated from CI
USE_SCREEN=${SCREEN_DEV:-$USE_SCREEN}
+# Xen config common to nova and quantum
+XENAPI_CONNECTION_URL=${XENAPI_CONNECTION_URL:-"http://169.254.0.1"}
+XENAPI_USER=${XENAPI_USER:-"root"}
+
# Local variables:
# mode: shell-script
# End: