yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #02594
[Bug 1162449] Re: many glance config options lack help text
** Changed in: glance
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1162449
Title:
many glance config options lack help text
Status in OpenStack Image Registry and Delivery Service (Glance):
Fix Released
Bug description:
Hi,
I'm not sure what the convention is in glance, but over nova way
pretty much all of the options are defined in the code with help text,
eg:
39 cfg.BoolOpt('allow_additional_image_properties', default=True,
40 help=_('Whether to allow users to specify image properties '
41 'beyond what the image schema provides')),
However, about 30% of the ones in glance (full list below) don't have
the help text.
My guess is the best practice would be to add them?
|admin_password||None
|admin_role||admin
|admin_tenant_name||None
|admin_user||None
|allow_anonymous_access||False
|auth_region||None
|auth_strategy||noauth
|auth_url||None
|backlog||4096
|bind_host||0.0.0.0
|bind_port||None
|ca_file||None
|cert_file||None
|cleanup_scrubber||False
|cleanup_scrubber_time||86400
|config_file||None
|db_auto_create||False
|delayed_delete||False
|filesystem_store_datadir||None
|flavor||None
|image_cache_dir||None
|image_cache_driver||sqlite
|image_cache_max_size||10737418240
|image_cache_sqlite_db||cache.db
|image_cache_stall_time||86400
|key_file||None
|known_stores||['glance.store.filesystem.Store', 'glance.store.http.Store', 'glance.store.rbd.Store', 'glance.store.s3.Store', 'glance.store.swift.Store']
|notifier_strategy||default
|owner_is_tenant||True
|policy_default_rule||default
|policy_file||policy.json
|rabbit_durable_queues||False
|rabbit_host||localhost
|rabbit_max_retries||0
|rabbit_notification_exchange||glance
|rabbit_notification_topic||notifications
|rabbit_password||guest
|rabbit_port||5672
|rabbit_retry_backoff||2
|rabbit_retry_max_backoff||30
|rabbit_use_ssl||False
|rabbit_userid||guest
|rabbit_virtual_host||/
|rbd_store_ceph_conf||
|rbd_store_chunk_size||4
|rbd_store_pool||rbd
|rbd_store_user||None
|registry_client_ca_file||None
|registry_client_cert_file||None
|registry_client_insecure||False
|registry_client_key_file||None
|registry_client_protocol||http
|registry_client_timeout||600
|registry_host||0.0.0.0
|registry_port||9191
|s3_store_access_key||None
|s3_store_bucket||None
|s3_store_bucket_url_format||subdomain
|s3_store_create_bucket_on_put||False
|s3_store_host||None
|s3_store_object_buffer_dir||None
|s3_store_secret_key||None
|scrub_time||0
|scrubber_datadir||/var/lib/glance/scrubber
|sql_idle_timeout||3600
|sql_max_retries||60
|sql_retry_interval||1
|swift_enable_snet||False
|swift_store_admin_tenants||[]
|swift_store_auth_address||None
|swift_store_auth_version||2
|swift_store_container||glance
|swift_store_create_container_on_put||False
|swift_store_endpoint_type||publicURL
|swift_store_key||None
|swift_store_large_object_chunk_size||200
|swift_store_large_object_size||5120
|swift_store_multi_tenant||False
|swift_store_region||None
|swift_store_service_type||object-store
|swift_store_user||None
|tcp_keepidle||600
|workers||1
To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1162449/+subscriptions