Bug 1991 fixed: modified LCM charm secret name to a standardized one
[osm/devops.git] / installers / charm / lcm / metadata.yaml
index 155e4c3..e81cdd9 100644 (file)
@@ -19,7 +19,7 @@
 # osm-charmers@lists.launchpad.net
 ##
 
-name: lcm
+name: osm-lcm
 summary: OSM Lifecycle Management (LCM)
 description: |
   A CAAS charm to deploy OSM's Lifecycle Management (LCM).
@@ -37,11 +37,14 @@ resources:
   image:
     type: oci-image
     description: OSM docker image for LCM
-    upstream-source: "opensourcemano/lcm:8"
+    upstream-source: "opensourcemano/lcm:latest"
 requires:
   kafka:
     interface: kafka
+    limit: 1
   mongodb:
     interface: mongodb
+    limit: 1
   ro:
-    interface: osm-ro
+    interface: http
+    limit: 1