Fix bug 1559 to update installers and manifests for Release TEN
[osm/devops.git] / installers / docker / osm_pods / keystone.yaml
index 8a976cf..6a601db 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:latest
+        image: opensourcemano/keystone:10
         ports:
         - containerPort: 5000
           protocol: TCP