File tree Expand file tree Collapse file tree 6 files changed +37
-13
lines changed Expand file tree Collapse file tree 6 files changed +37
-13
lines changed Original file line number Diff line number Diff line change @@ -35,16 +35,16 @@ data:
3535 customServiceConfig : |
3636 [DEFAULT]
3737 debug = True
38- enabled_backends = default_backend:rbd
38+ enabled_backends = default_backend:s3
3939
4040 [glance_store]
4141 default_backend = default_backend
4242
4343 [default_backend]
44- rbd_store_ceph_conf = /etc/ceph/ceph.conf
45- store_description = "RBD backend "
46- rbd_store_pool = images
47- rbd_store_user = openstack
44+ s3_store_create_bucket_on_put = True
45+ s3_store_bucket_url_format = "path "
46+ customServiceConfigSecrets :
47+ - s3glance
4848 glanceAPIs :
4949 default :
5050 replicas : 3
Original file line number Diff line number Diff line change 1+ ---
2+ # Define the "S3 glance backend" Secret that contains sensitive
3+ # information pertaining to the [S3] backend.
4+ apiVersion : v1
5+ kind : Secret
6+ metadata :
7+ labels :
8+ service : glance
9+ name : s3glance
10+ type : Opaque
11+ stringData :
12+ s3glance.conf : _replaced_
Original file line number Diff line number Diff line change @@ -9,3 +9,4 @@ resources:
99 - control-plane/networking/nncp/values.yaml
1010 - control-plane/service-values.yaml
1111 - values.yaml
12+ - glance-s3-backend-secrets.yaml
Original file line number Diff line number Diff line change @@ -70,17 +70,15 @@ data:
7070 glance :
7171 customServiceConfig : |
7272 [DEFAULT]
73- debug = True
74- enabled_backends = default_backend:rbd
75-
73+ debug=true
74+ enabled_backends = default_backend:s3
7675 [glance_store]
7776 default_backend = default_backend
78-
7977 [default_backend]
80- rbd_store_ceph_conf = /etc/ceph/ceph.conf
81- store_description = "RBD backend "
82- rbd_store_pool = images
83- rbd_store_user = openstack
78+ s3_store_create_bucket_on_put = True
79+ s3_store_bucket_url_format = "path "
80+ customServiceConfigSecrets :
81+ - s3glance
8482 glanceAPIs :
8583 default :
8684 replicas : 3
Original file line number Diff line number Diff line change 1+ ---
2+ # Define the "s3glance" Secret that contains sensitive
3+ # information pertaining to the [s3] backend.
4+ apiVersion : v1
5+ kind : Secret
6+ metadata :
7+ labels :
8+ service : glance
9+ name : s3glance
10+ type : Opaque
11+ stringData :
12+ s3glance.conf : _replaced_
Original file line number Diff line number Diff line change @@ -9,3 +9,4 @@ resources:
99 - control-plane/networking/nncp/values.yaml
1010 - control-plane/service-values.yaml
1111 - values.yaml
12+ - glance-s3-backend-secrets.yaml
You can’t perform that action at this time.
0 commit comments