diff --git a/doc/common/tables/glance-common.xml b/doc/common/tables/glance-common.xml
index 348066380b..0f4d4a4fe0 100644
--- a/doc/common/tables/glance-common.xml
+++ b/doc/common/tables/glance-common.xml
@@ -43,6 +43,18 @@
disable_process_locking = False |
(BoolOpt) Whether to disable inter-process locks |
+
+ image_member_quota = 128 |
+ (IntOpt) Maximum number of image members per image. Negative values evaluate to unlimited. |
+
+
+ image_property_quota = 128 |
+ (IntOpt) Maximum number of properties allowed on an image. Negative values evaluate to unlimited. |
+
+
+ image_tag_quota = 128 |
+ (IntOpt) Maximum number of tags allowed on an image. Negative values evaluate to unlimited. |
+
limit_param_default = 25 |
(IntOpt) Default value for the number of items returned by a request if not specified explicitly in the request |
@@ -73,7 +85,7 @@
use_tpool = False |
- (BoolOpt) Enable the use of thread pooling for all DB API calls |
+ (BoolOpt) Enable the experimental use of thread pooling for all DB API calls |
user_storage_quota = 0 |
@@ -85,4 +97,4 @@
-
\ No newline at end of file
+
diff --git a/tools/autogenerate-config-flagmappings/glance.flagmappings b/tools/autogenerate-config-flagmappings/glance.flagmappings
index 5ba31ed0e0..6c30f4f850 100644
--- a/tools/autogenerate-config-flagmappings/glance.flagmappings
+++ b/tools/autogenerate-config-flagmappings/glance.flagmappings
@@ -44,7 +44,10 @@ image_cache_driver imagecache
image_cache_max_size imagecache
image_cache_sqlite_db imagecache
image_cache_stall_time imagecache
+image_member_quota common
+image_property_quota common
image_size_cap api
+image_tag_quota common
instance_format logging
instance_uuid_format logging
key_file ssl