Add missing %s in print message

This is to add some missing %s in print message

Change-Id: Ia79dd71254eda5a608c926435051ecaab3d7b22d
diff --git a/ceilometer/tests/tempest/exceptions.py b/ceilometer/tests/tempest/exceptions.py
index 92f335f..de22a41 100644
--- a/ceilometer/tests/tempest/exceptions.py
+++ b/ceilometer/tests/tempest/exceptions.py
@@ -119,7 +119,7 @@
 # of get_network_from_name and preprov_creds to tempest.lib, and it should
 # be migrated along with them
 class InvalidTestResource(TempestException):
-    message = "%(name) is not a valid %(type), or the name is ambiguous"
+    message = "%(name)s is not a valid %(type)s, or the name is ambiguous"
 
 
 class RFCViolation(RestClientException):