server single fix
Change-Id: I92affca36edbadd5c5aea10a72a69e44932b31d9
diff --git a/tests/pillar/server_cluster.sls b/tests/pillar/server_cluster.sls
index 0a8e0f5..7e40d87 100644
--- a/tests/pillar/server_cluster.sls
+++ b/tests/pillar/server_cluster.sls
@@ -24,12 +24,15 @@
metadata:
host: 127.0.0.1
port: 8000
+ protocol: http
waitcondition:
host: 127.0.0.1
port: 8000
+ protocol: http
watch:
host: 127.0.0.1
port: 8003
+ protocol: http
identity:
engine: keystone
host: 127.0.0.1
diff --git a/tests/pillar/server_plugin_dirs.sls b/tests/pillar/server_plugin_dirs.sls
index 846bab0..a8db864 100644
--- a/tests/pillar/server_plugin_dirs.sls
+++ b/tests/pillar/server_plugin_dirs.sls
@@ -24,12 +24,15 @@
metadata:
host: 127.0.0.1
port: 8000
+ protocol: http
waitcondition:
host: 127.0.0.1
port: 8000
+ protocol: http
watch:
host: 127.0.0.1
port: 8003
+ protocol: http
identity:
engine: keystone
host: 127.0.0.1
diff --git a/tests/pillar/server_single.sls b/tests/pillar/server_single.sls
index 1600f46..2e38c5a 100644
--- a/tests/pillar/server_single.sls
+++ b/tests/pillar/server_single.sls
@@ -24,12 +24,15 @@
metadata:
host: 127.0.0.1
port: 8000
+ protocol: http
waitcondition:
host: 127.0.0.1
port: 8000
+ protocol: http
watch:
host: 127.0.0.1
port: 8003
+ protocol: http
identity:
engine: keystone
host: 127.0.0.1