Skip to content

Commit

Permalink
Update GlanceAPI parameters in service-value template and examples
Browse files Browse the repository at this point in the history
Added configuration for automatic conversion of images to raw format
  • Loading branch information
sbekkerm committed Oct 2, 2024
1 parent d8a2bdf commit 1953534
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
12 changes: 12 additions & 0 deletions examples/dt/dcn/service-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ data:
rbd_store_pool = images
rbd_store_user = openstack
rbd_thin_provisioning = True
[image_import_opts]
image_import_plugins = ['image_conversion']
[image_conversion]
output_format = raw
networkAttachments:
- storage

Check failure on line 111 in examples/dt/dcn/service-values.yaml

View workflow job for this annotation

GitHub Actions / yaml-lint

111:9 [indentation] wrong indentation: expected 10 but found 8
override:
Expand Down Expand Up @@ -142,6 +146,10 @@ data:
rbd_store_pool = images
rbd_store_user = openstack
rbd_thin_provisioning = True
[image_import_opts]
image_import_plugins = ['image_conversion']
[image_conversion]
output_format = raw
networkAttachments:
- storage

Check failure on line 154 in examples/dt/dcn/service-values.yaml

View workflow job for this annotation

GitHub Actions / yaml-lint

154:9 [indentation] wrong indentation: expected 10 but found 8
override:
Expand Down Expand Up @@ -181,6 +189,10 @@ data:
rbd_store_pool = images
rbd_store_user = openstack
rbd_thin_provisioning = True
[image_import_opts]
image_import_plugins = ['image_conversion']
[image_conversion]
output_format = raw
networkAttachments:
- storage
override:
Expand Down
4 changes: 4 additions & 0 deletions examples/dt/dcn/service-values.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ data:
rbd_thin_provisioning = True
{% endif %}
{% endfor %}
[image_import_opts]
image_import_plugins = ['image_conversion']
[image_conversion]
output_format = raw
networkAttachments:
- storage
override:
Expand Down

0 comments on commit 1953534

Please sign in to comment.