coe_host: coe_config_context: coe_config_file: action: provision namespace: openstack tls_enabled: false hieradata: {} hieradata_file: '' service_name: glance glance_port: 9292 glance_hostname: "{{service_name}}" glance_address: "{{glance_hostname}}" glance_use_service_ip: true clouds_config: 'clouds-secret' glance_config: DEFAULT: public_bind_host: "0.0.0.0" database: connection: "mysql+pymysql://root:weakpassword@mariadb:3306/glance" # NOTE(flaper87): Auth section for config file keystone_authtoken: auth_uri: 'http://keystone:35357' auth_url: 'http://keystone:5000/v3' password: weakpassword username: 'glance' project: 'admin' # NOTE(flaper87): Required for registering the keystone endpoint keystone_default_domain: 'default' keystone_region: 'regionOne' keystone_project: 'admin' keystone_user_password: 'weakpassword' keystone_username: 'glance'