Michel Nederlof | 3ad5aac | 2017-05-15 09:46:24 +0200 | [diff] [blame^] | 1 | glance: |
| 2 | server: |
| 3 | enabled: true |
| 4 | version: mitaka |
| 5 | workers: 1 |
| 6 | show_multiple_locations: True |
| 7 | location_strategy: store_type |
| 8 | store_type_preference: rbd,swift |
| 9 | database: |
| 10 | engine: mysql |
| 11 | host: localhost |
| 12 | port: 3306 |
| 13 | name: glance |
| 14 | user: glance |
| 15 | password: password |
| 16 | registry: |
| 17 | host: 127.0.0.1 |
| 18 | port: 9191 |
| 19 | bind: |
| 20 | address: 127.0.0.1 |
| 21 | port: 9292 |
| 22 | identity: |
| 23 | engine: keystone |
| 24 | host: 127.0.0.1 |
| 25 | port: 35357 |
| 26 | user: glance |
| 27 | password: password |
| 28 | region: RegionOne |
| 29 | tenant: service |
| 30 | endpoint_type: internalURL |
| 31 | message_queue: |
| 32 | engine: rabbitmq |
| 33 | host: 127.0.0.1 |
| 34 | port: 5672 |
| 35 | user: openstack |
| 36 | password: password |
| 37 | virtual_host: '/openstack' |
| 38 | storage: |
| 39 | engine: swift,rbd,http |
| 40 | # Rbd configuration |
| 41 | user: glance |
| 42 | pool: glance-images |
| 43 | chunk_size: 8 |
| 44 | client_glance_key: AQAqcXhWk+3UARAAGmV4USB6I7wLJ/W+dVbUWw== |
| 45 | # Swift configuration |
| 46 | swift: |
| 47 | store: |
| 48 | # admin_tenants: |
| 49 | auth: |
| 50 | address: http://127.0.0.1:5000/v2.0 |
| 51 | insecure: false |
| 52 | version: 2 |
| 53 | cacert: /etc/ssl/certs/ca-certificates.crt |
| 54 | # config_file: |
| 55 | container: glance |
| 56 | create_container_on_put: true |
| 57 | endpoint: swift |
| 58 | endpoint_type: internalURL |
| 59 | expire_soon_interval: 60 |
| 60 | key: someRandomPassword |
| 61 | large_object_size: 5120 |
| 62 | large_object_chunk_size: 200 |
| 63 | multi_tenant: false |
| 64 | multiple_containers_seed: 0 |
| 65 | retry_get_count: 5 |
| 66 | region: RegionOne |
| 67 | service_type: object-store |
| 68 | ssl_compression: false |
| 69 | use_trusts: false |
| 70 | user: 2ec7966596504f59acc3a76b3b9d9291:glance-project |