Add endpoint_type option to Savanna,Ironic and Ceilometer groups

They were missed in Idb414aef7510178efef59cb48149ff1d86f11cb1

Change-Id: I8f2e38cfe8909098865289230e7a278bc1dcae75
diff --git a/etc/tempest.conf.sample b/etc/tempest.conf.sample
index 0f18f5e..a280fd4 100644
--- a/etc/tempest.conf.sample
+++ b/etc/tempest.conf.sample
@@ -105,6 +105,10 @@
 # value)
 #catalog_type=baremetal
 
+# The endpoint type to use for the baremetal provisioning
+# service. (string value)
+#endpoint_type=publicURL
+
 
 [boto]
 
@@ -373,6 +377,10 @@
 # Catalog type of the data processing service. (string value)
 #catalog_type=data_processing
 
+# The endpoint type to use for the data processing service.
+# (string value)
+#endpoint_type=publicURL
+
 
 [debug]
 
@@ -811,6 +819,10 @@
 # Catalog type of the Telemetry service. (string value)
 #catalog_type=metering
 
+# The endpoint type to use for the telemetry service. (string
+# value)
+#endpoint_type=publicURL
+
 
 [volume]