Add glance to service_available config group
This commit adds a new config option, glance, to the service_available
config group. This option is used to specify whether glance is running
or not. It also adds skips for the appropriate api tests.
Change-Id: I732b4d1d273bce4ba9d702bd3dbaae2bc5442e35
diff --git a/etc/tempest.conf.sample b/etc/tempest.conf.sample
index 54cea5b..435bb6c 100644
--- a/etc/tempest.conf.sample
+++ b/etc/tempest.conf.sample
@@ -352,3 +352,5 @@
cinder = True
# Whether or not neutron is expected to be available
neutron = false
+# Whether or not glance is expected to be available
+glance = True