Fix installation to use 9 tag as default for docker images
[osm/devops.git] / installers / docker / osm_pods / keystone.yaml
index 7152059..dfb242a 100644 (file)
@@ -19,6 +19,7 @@ kind: Service
 metadata:
   name: keystone
 spec:
+  clusterIP: None
   ports:
   - port: 5000
     protocol: TCP
@@ -45,7 +46,7 @@ spec:
     spec:
       containers:
       - name: keystone
-        image: opensourcemano/keystone:7
+        image: opensourcemano/keystone:9
         ports:
         - containerPort: 5000
           protocol: TCP