Add image_username and image_password to charms
[osm/devops.git] / installers / charm / nbi-k8s / config.yaml
index b947290..a594f6e 100755 (executable)
@@ -32,6 +32,14 @@ options:
     type: string
     description: OCI image
     default: opensourcemano/nbi:8
+  image_username:
+    description: Docker repository username
+    type: string
+    default: ""
+  image_password:
+    description: Docker repository password
+    type: string
+    default: ""
   auth-backend:
     type: string
     description: Authentication backend ('internal' or 'keystone')