Adds quantum service and endpoint to keystone if quantum is enabled.

Change-Id: I41eac84a48e8e716b77b7c874244c626b5df3006
diff --git a/files/default_catalog.templates b/files/default_catalog.templates
index b527ae5..a5b45d7 100644
--- a/files/default_catalog.templates
+++ b/files/default_catalog.templates
@@ -28,3 +28,9 @@
 catalog.RegionOne.object_store.adminURL = http://%SERVICE_HOST%:8080/
 catalog.RegionOne.object_store.internalURL = http://%SERVICE_HOST%:8080/v1/AUTH_$(tenant_id)s
 catalog.RegionOne.object_store.name = 'Swift Service'
+
+
+catalog.RegionOne.network.publicURL = http://%SERVICE_HOST%:9696/
+catalog.RegionOne.network.adminURL = http://%SERVICE_HOST%:9696/
+catalog.RegionOne.network.internalURL = http://%SERVICE_HOST%:9696/
+catalog.RegionOne.network.name = 'Quantum Service'