Merge "Allow the configuration of image_member_quota from THT" into stable/pike
This commit is contained in:
@@ -61,6 +61,12 @@ parameters:
|
|||||||
default:
|
default:
|
||||||
tag: openstack.glance.api
|
tag: openstack.glance.api
|
||||||
path: /var/log/glance/api.log
|
path: /var/log/glance/api.log
|
||||||
|
GlanceImageMemberQuota:
|
||||||
|
default: 128
|
||||||
|
description: |
|
||||||
|
Maximum number of image members per image.
|
||||||
|
Negative values evaluate to unlimited.
|
||||||
|
type: number
|
||||||
EnableInternalTLS:
|
EnableInternalTLS:
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
@@ -212,6 +218,7 @@ outputs:
|
|||||||
glance::api::show_image_direct_url: true
|
glance::api::show_image_direct_url: true
|
||||||
glance::api::show_multiple_locations: {if: [glance_multiple_locations, true, false]}
|
glance::api::show_multiple_locations: {if: [glance_multiple_locations, true, false]}
|
||||||
glance::api::os_region_name: {get_param: KeystoneRegion}
|
glance::api::os_region_name: {get_param: KeystoneRegion}
|
||||||
|
glance::api::image_member_quota: {get_param: GlanceImageMemberQuota}
|
||||||
# NOTE: bind IP is found in Heat replacing the network name with the
|
# NOTE: bind IP is found in Heat replacing the network name with the
|
||||||
# local node IP for the given network; replacement examples
|
# local node IP for the given network; replacement examples
|
||||||
# (eg. for internal_api):
|
# (eg. for internal_api):
|
||||||
|
|||||||
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
fixes:
|
||||||
|
- Allow the configuration of image_member_quota
|
||||||
|
in Glance API. This error blocks the ability
|
||||||
|
of sharing images if the default value (128)
|
||||||
|
is reached.
|
||||||
Reference in New Issue
Block a user