diff --git a/service/files/defaults.yaml b/service/files/defaults.yaml index ed13d64..b89d2dc 100644 --- a/service/files/defaults.yaml +++ b/service/files/defaults.yaml @@ -7,21 +7,11 @@ configs: ingress: image registry_port: cont: 9191 - db: - username: glance - password: password - name: glance - - user: glance - password: password debug: false ceph: enable: false - key: "Changeme" - username: "glance" - pool_name: "images" swift: enable: false @@ -36,6 +26,19 @@ configs: disk_format: qcow2 name: cirros +secret_configs: + glance: + db: + username: glance + password: password + name: glance + user: glance + password: password + ceph: + key: "Changeme" + username: "glance" + pool_name: "images" + sources: openstack/glance: git_url: https://git.openstack.org/openstack/glance.git