diff --git a/autogenerate-config-docs/README.md b/autogenerate-config-docs/README.md index cd2dcd7e..06dcca73 100644 --- a/autogenerate-config-docs/README.md +++ b/autogenerate-config-docs/README.md @@ -4,7 +4,8 @@ autogenerate-config-docs Automatically generate configuration tables to document OpenStack. -Dependencies: python-git (at least version 0.3.2 RC1), oslo.config +Dependencies: python-git (at least version 0.3.2 RC1), oslo.config, + openstack-doc-tools Setting up your environment --------------------------- @@ -31,7 +32,7 @@ then, checkout the repository you are working with: and the tool itself: - $ git clone https://github.com/openstack/openstack-manuals.git + $ git clone https://github.com/openstack/openstack-doc-tools.git and finally, the dependencies for the product you are working with: @@ -49,19 +50,19 @@ This tool is divided into three parts: 1) Extraction of flags names eg - $ ./autohelp.py --action create -i flagmappings/nova.flagmappings -o names --path /repos/nova + $ openstack-doc-tools/autogenerate-config-docs/autohelp.py --action create -i nova.flagmappings -o names --path /repos/nova 2) Grouping of flags This is currently done manually, by using the flag name file and placing -one or more categories after a space. +a category after a space. eg $ head flagmappings/glance.flagmappings - admin\_password registry api + admin\_password registry admin\_role api - admin\_tenant\_name registry api + admin\_tenant\_name registry admin\_user registry ... @@ -69,7 +70,7 @@ eg eg - $ ./autohelp.py --action create -i flagmappings/nova.flagmappings -o docbook --path /repos/nova + $ openstack-doc-tools/autogenerate-config-docs/autohelp.py --action create -i nova.flagmappings -o docbook --path /repos/nova A worked example - updating the docs for H2 ---------------------------------------------------- @@ -79,9 +80,10 @@ update automatically generated tables - from scratch $ sudo apt-get install git python-pip python-dev $ sudo pip install git-review GitPython $ git clone git://github.com/openstack/openstack-manuals.git + $ git clone git://github.com/openstack/openstack-doc-tools.git $ cd openstack-manuals/ $ git review -d 35726 - $ cd tools/autogenerate-config-docs/ + $ cd tools/autogenerate-config-flagmappings Now, cloning and installing requirements for nova, glance, quantum @@ -95,11 +97,11 @@ This missed some requirements for nova, which were fixed by: Making the flag names update - ./autohelp.py -vvv --action update -i flagmappings/nova.flagmappings -o names --path ~/nova | more + ../../openstack-doc-tools/autogenerate-config/autohelp.py -vvv --action update -i nova.flagmappings -o names --path ~/nova | more -At this point, seach through flagmappings/nova.flagmappings.new for anything labelled Unknown and fix, +At this point, seach through nova.flagmappings.new for anything labelled Unknown and fix, once that is done use: - ./autohelp.py -vvv --action create -i flagmappings/nova.flagmappings -o docbook --path ~/nova + ../../openstack-doc-tools/autogenerate-config/autohelp.py -vvv --action create -i nova.flagmappings -o docbook --path ~/nova to generate the XML files and move those into the appropriate part ofthe git repo diff --git a/autogenerate-config-docs/flagmappings/ceilometer.flagmappings b/autogenerate-config-docs/flagmappings/ceilometer.flagmappings deleted file mode 100644 index cff6b8f7..00000000 --- a/autogenerate-config-docs/flagmappings/ceilometer.flagmappings +++ /dev/null @@ -1,142 +0,0 @@ -admin_password keystone_authtoken -admin_tenant_name keystone_authtoken -admin_token keystone_authtoken -admin_user keystone_authtoken -allowed_rpc_exception_modules -auth_admin_prefix -auth_host keystone_authtoken -auth_port keystone_authtoken -auth_protocol keystone_authtoken -auth_strategy DEFAULT -auth_uri keystone_authtoken -auth_version keystone_authtoken -backdoor_port DEFAULT -backend database -cache -certfile keystone_authtoken -cinder_control_exchange DEFAULT -connection database -connection_debug database -connection_trace database -control_exchange DEFAULT -counter_source DEFAULT -database_connection DEFAULT -debug logging -default_log_levels logging -default_notification_level logging -default_publisher_id DEFAULT -delay_auth_decision -disable_process_locking -enable_v1_api DEFAULT -fake_rabbit -fatal_deprecations -glance_control_exchange DEFAULT -host -host -host -http_connect_timeout -http_handler -hypervisor_inspector -idle_timeout -instance_format -instance_uuid_format -keyfile keystone_authtoken -kombu_ssl_ca_certs -kombu_ssl_certfile -kombu_ssl_keyfile -kombu_ssl_version -libvirt_type -libvirt_uri -list_notifier_drivers -lock_path -log_config logging -log_date_format logging -log_dir logging -log_file logging -log_format logging -logging_context_format_string logging -logging_debug_format_suffix logging -logging_default_format_string logging -logging_exception_prefix logging -matchmaker_heartbeat_freq -matchmaker_heartbeat_ttl -max_overflow -max_pool_size -max_retries -memcache_secret_key -memcache_security_strategy -memcache_servers -memcached_servers -metering_secret DEFAULT -metering_topic DEFAULT -min_pool_size database -mysql_engine database -notification_driver -notification_topics -nova_control_exchange DEFAULT -os_auth_url service_credentials -os_password service_credentials -os_tenant_id service_credentials -os_tenant_name service_credentials -os_username service_credentials -password -pipeline_cfg_file -policy_default_rule -policy_file -pool_timeout -port -port -publish_errors -qpid_heartbeat qpid -qpid_hostname qpid -qpid_hosts qpid -qpid_password qpid -qpid_port qpid -qpid_protocol qpid -qpid_sasl_mechanisms qpid -qpid_tcp_nodelay qpid -qpid_username qpid -quantum_control_exchange DEFAULT -rabbit_durable_queues rabbitmq -rabbit_ha_queues rabbitmq -rabbit_host rabbitmq -rabbit_hosts rabbitmq -rabbit_max_retries rabbitmq -rabbit_password rabbitmq -rabbit_port rabbitmq -rabbit_retry_backoff rabbitmq -rabbit_retry_interval rabbitmq -rabbit_use_ssl rabbitmq -rabbit_userid rabbitmq -rabbit_virtual_host rabbitmq -reseller_prefix DEFAULT -reserved_metadata_length -reserved_metadata_namespace -retry_interval -revocation_cache_time -ringfile -rpc_backend rpc -rpc_cast_timeout rpc -rpc_conn_pool_size rpc -rpc_response_timeout rpc -rpc_thread_pool_size rpc -rpc_zmq_bind_address rpc -rpc_zmq_contexts rpc -rpc_zmq_host rpc -rpc_zmq_ipc_dir rpc -rpc_zmq_matchmaker rpc -rpc_zmq_port rpc -rpc_zmq_topic_backlog rpc -signing_dir keystone_authtoken -slave_connection -sqlite_db database -sqlite_synchronous database -syslog_log_facility -token_cache_time -topics -udp_address -udp_port -use_stderr -use_syslog -use_tpool database -verbose logging diff --git a/autogenerate-config-docs/flagmappings/cinder.flagmappings b/autogenerate-config-docs/flagmappings/cinder.flagmappings deleted file mode 100644 index 1c8f3d8d..00000000 --- a/autogenerate-config-docs/flagmappings/cinder.flagmappings +++ /dev/null @@ -1,374 +0,0 @@ -allowed_direct_url_schemes images -allowed_rpc_exception_modules rpc -amqp_auto_delete rpc -amqp_durable_queues rpc -amqp_rpc_single_reply_queue rpc -api_class keymgr -api_paste_config api -api_rate_limit api -auth_strategy auth -available_devices block-device -backdoor_port api -backend storage -backlog log -backup_api_class backups -backup_ceph_chunk_size backups_ceph -backup_ceph_conf backups_ceph -backup_ceph_pool backups_ceph -backup_ceph_stripe_count backups_ceph -backup_ceph_stripe_unit backups_ceph -backup_ceph_user backups_ceph -backup_compression_algorithm backups -backup_driver backups -backup_manager backups -backup_name_template backups -backup_swift_auth backups_swift -backup_swift_container backups_swift -backup_swift_key backups_swift -backup_swift_object_size backups_swift -backup_swift_retry_attempts backups_swift -backup_swift_retry_backoff backups_swift -backup_swift_url backups_swift -backup_swift_user backups_swift -backup_topic backups -backup_tsm_compression backups_tsm -backup_tsm_password backups_tsm -backup_tsm_volume_prefix backups_tsm -bindir storage -capacity_weight_multiplier storage -cinder_huawei_conf_file huawei -cloned_volume_same_az zones -compute_api_class common -connection connection -connection_debug connection -connection_trace connection -connection_type connection -control_exchange rpc -coraid_esm_address coraid -coraid_group coraid -coraid_password coraid -coraid_repository_key coraid -coraid_user coraid -db_backend database -db_driver database -debug common -default_availability_zone common -default_log_levels common -default_notification_level common -default_publisher_id common -default_volume_type common -disable_process_locking common -enabled_backends storage -enable_new_services common -enable_v1_api api -enable_v2_api api -eqlx_chap_login eqlx -eqlx_chap_password eqlx -eqlx_cli_max_retries eqlx -eqlx_cli_timeout eqlx -eqlx_group_name eqlx -eqlx_pool eqlx -eqlx_use_chap eqlx -expiry_thres_minutes netapp -fake_rabbit rpc -fatal_deprecations common -fatal_exception_format_errors common -fixed_key keymgr -glance_api_insecure images -glance_api_servers images -glance_api_ssl_compression images -glance_api_version images -glance_host images -glance_num_retries images -glance_port images -glance_request_timeout images -glusterfs_disk_util storage_glusterfs -glusterfs_mount_point_base storage_glusterfs -glusterfs_qcow2_volumes storage_glusterfs -glusterfs_shares_config storage_glusterfs -glusterfs_sparsed_volumes storage_glusterfs -gpfs_images_dir storage_gpfs -gpfs_images_share_mode storage_gpfs -gpfs_max_clone_depth storage_gpfs -gpfs_mount_point_base storage_gpfs -gpfs_sparse_volumes storage_gpfs -hds_cinder_config_file hds -host common -host common -hp3par_api_url hp3par -hp3par_cpg hp3par -hp3par_cpg_snap hp3par -hp3par_debug hp3par -hp3par_domain hp3par -hp3par_iscsi_ips hp3par -hp3par_password hp3par -hp3par_snapshot_expiration hp3par -hp3par_snapshot_retention hp3par -hp3par_username hp3par -idle_timeout common -iet_conf common -image_conversion_dir images -instance_format images -instance_uuid_format images -iscsi_helper storage -iscsi_iotype storage -iscsi_ip_address storage -iscsi_num_targets storage -iscsi_port storage -iscsi_target_prefix storage -iser_helper storage -iser_ip_address storage -iser_num_targets storage -iser_port storage -iser_target_prefix storage -kombu_ssl_ca_certs rpc -kombu_ssl_certfile rpc -kombu_ssl_keyfile rpc -kombu_ssl_version rpc -lio_initiator_iqns common -lock_path common -log_config common -log_date_format common -log_dir common -log_file common -log_format common -logging_context_format_string common -logging_debug_format_suffix common -logging_default_format_string common -logging_exception_prefix common -lvm_mirrors lvm -lvm_type lvm -matchmaker_heartbeat_freq rpc -matchmaker_heartbeat_ttl rpc -matchmaker_ringfile rpc -max_age quota -max_gigabytes storage -max_overflow storage -max_pool_size storage -max_retries storage -memcached_servers storage -migration_create_volume_timeout_secs storage -min_pool_size storage -monkey_patch common -monkey_patch_modules common -my_ip common -netapp_login netapp -netapp_password netapp -netapp_server_hostname netapp -netapp_server_port netapp -netapp_size_multiplier netapp -netapp_storage_family netapp -netapp_storage_protocol netapp -netapp_transport_type netapp -netapp_vfiler netapp -netapp_volume_list netapp -netapp_vserver netapp -nexenta_blocksize nexenta_iscsi -nexenta_host nexenta_iscsi -nexenta_iscsi_target_portal_port nexenta_iscsi -nexenta_mount_options nexenta_nfs -nexenta_mount_point_base nexenta_nfs -nexenta_oversub_ratio nexenta_nfs -nexenta_password nexenta_iscsi -nexenta_rest_port nexenta_iscsi -nexenta_rest_protocol nexenta_iscsi -nexenta_shares_config nexenta_nfs -nexenta_sparsed_volumes nexenta_iscsi -nexenta_sparse nexenta_iscsi -nexenta_target_group_prefix nexenta_iscsi -nexenta_target_prefix nexenta_iscsi -nexenta_used_ratio nexenta_nfs -nexenta_user nexenta_iscsi -nexenta_volume_compression nexenta_nfs -nexenta_volume nexenta_iscsi -nfs_mount_options storage_nfs -nfs_mount_point_base storage_nfs -nfs_oversub_ratio storage_nfs -nfs_shares_config storage_nfs -nfs_sparsed_volumes storage_nfs -nfs_used_ratio storage_nfs -no_snapshot_gb_quota common -notification_driver rpc -notification_topics rpc -nova_api_insecure compute -nova_ca_certificates_file compute -nova_catalog_admin_info compute -nova_catalog_info compute -nova_endpoint_admin_template compute -nova_endpoint_template compute -num_iser_scan_tries storage -num_shell_tries common -num_volume_device_scan_tries storage -osapi_max_limit api -osapi_max_request_body_size api -osapi_volume_base_URL api -osapi_volume_extension api -osapi_volume_ext_list api -os_region_name compute -password common -policy_default_rule common -policy_file common -pool_size lvm -port common -publish_errors rpc -pybasedir common -qpid_heartbeat rpc -qpid_hostname rpc -qpid_hosts rpc -qpid_password rpc -qpid_port rpc -qpid_protocol rpc -qpid_sasl_mechanisms rpc -qpid_tcp_nodelay rpc -qpid_topology_version rpc -qpid_username rpc -quota_driver quota -quota_gigabytes quota -quota_snapshots quota -quota_volumes quota -rabbit_ha_queues rpc -rabbit_host rpc -rabbit_hosts rpc -rabbit_max_retries rpc -rabbit_password rpc -rabbit_port rpc -rabbit_retry_backoff rpc -rabbit_retry_interval rpc -rabbit_userid rpc -rabbit_use_ssl rpc -rabbit_virtual_host rpc -rbd_ceph_conf storage_ceph -rbd_flatten_volume_from_snapshot storage_ceph -rbd_max_clone_depth storage_ceph -rbd_pool storage_ceph -rbd_secret_uuid storage_ceph -rbd_user storage_ceph -reservation_expire quota -reserved_percentage common -restore_discard_excess_bytes backups_ceph -retry_interval common -root_helper common -rootwrap_config common -rpc_backend rpc -rpc_cast_timeout rpc -rpc_conn_pool_size rpc -rpc_response_timeout rpc -rpc_thread_pool_size rpc -rpc_zmq_bind_address rpc -rpc_zmq_contexts rpc -rpc_zmq_host rpc -rpc_zmq_ipc_dir rpc -rpc_zmq_matchmaker rpc -rpc_zmq_port rpc -rpc_zmq_topic_backlog rpc -run_external_periodic_tasks common -san_clustername san -san_ip san -san_is_local san -san_login san -san_password san -san_private_key san -san_ssh_port san -san_thin_provision san -san_zfs_volume_base san-solaris -scality_sofs_config scality -scality_sofs_mount_point scality -scality_sofs_volume_dir scality -scheduler_default_filters scheduler -scheduler_default_weighers scheduler -scheduler_driver scheduler -scheduler_host_manager scheduler -scheduler_json_config_location scheduler -scheduler_manager scheduler -scheduler_max_attempts scheduler -scheduler_topic scheduler -service_down_time common -sf_account_prefix solidfire -sf_allow_tenant_qos solidfire -sf_api_port solidfire -sf_emulate_512 solidfire -snapshot_name_template backups -snapshot_same_host backups -sqlite_db common -sqlite_synchronous common -ssh_conn_timeout san -ssh_max_pool_conn san -ssh_min_pool_conn san -ssl_ca_file common -ssl_cert_file common -ssl_key_file common -state_path common -storage_availability_zone common -storwize_svc_connection_protocol storwize -storwize_svc_flashcopy_timeout storwize -storwize_svc_iscsi_chap_enabled storwize -storwize_svc_multihostmap_enabled storwize -storwize_svc_multipath_enabled storwize -storwize_svc_vol_autoexpand storwize -storwize_svc_vol_compression storwize -storwize_svc_vol_easytier storwize -storwize_svc_vol_grainsize storwize -storwize_svc_vol_iogrp storwize -storwize_svc_volpool_name storwize -storwize_svc_vol_rsize storwize -storwize_svc_vol_warning storwize -syslog_log_facility common -tcp_keepidle common -thres_avl_size_perc_start netapp -thres_avl_size_perc_stop netapp -topics common -transfer_api_class api -until_refresh common -use_default_quota_class quota -use_forwarded_for common -use_multipath_for_image_xfer images -use_stderr common -use_syslog common -use_tpool common -verbose common -vmware_api_retry_count vmware -vmware_host_ip vmware -vmware_host_password vmware -vmware_host_username vmware -vmware_image_transfer_timeout_secs vmware -vmware_max_objects_retrieval vmware -vmware_task_poll_interval vmware -vmware_volume_folder vmware -vmware_wsdl_location vmware -volume_api_class api -volume_backend_name storage -volume_clear_size storage -volume_clear storage -volume_dd_blocksize storage -volume_driver storage -volume_group lvm -volume_manager storage -volume_name_template api -volumes_dir storage -volume_tmp_dir storage_ceph -volume_topic rpc -volume_transfer_key_length api -volume_transfer_salt_length api -volume_usage_audit_period storage -windows_iscsi_lun_path windows -xenapi_connection_password storage_xen -xenapi_connection_url storage_xen -xenapi_connection_username storage_xen -xenapi_nfs_server storage_xen -xenapi_nfs_serverpath storage_xen -xenapi_sr_base_path storage_xen -xiv_ds8k_connection_type xiv -xiv_ds8k_proxy xiv -zadara_default_stripesize storage -zadara_default_striping_mode zadara -zadara_password zadara -zadara_user zadara -zadara_vol_encrypt zadara -zadara_vol_name_template zadara -zadara_vol_thin zadara -zadara_vpsa_allow_nonexistent_delete zadara -zadara_vpsa_auto_detach_on_delete zadara -zadara_vpsa_ip zadara -zadara_vpsa_poolname zadara -zadara_vpsa_port zadara -zadara_vpsa_use_ssl zadara diff --git a/autogenerate-config-docs/flagmappings/glance.flagmappings b/autogenerate-config-docs/flagmappings/glance.flagmappings deleted file mode 100644 index 5ba31ed0..00000000 --- a/autogenerate-config-docs/flagmappings/glance.flagmappings +++ /dev/null @@ -1,158 +0,0 @@ -admin_password registry -admin_role api -admin_tenant_name registry -admin_user registry -allow_additional_image_properties common -allow_anonymous_access api -allowed_rpc_exception_modules rpc -api_limit_max common -auth_region registry -auth_strategy registry -auth_url registry -backdoor_port wsgi -backlog common -bind_host common -bind_port common -ca_file ssl -cert_file ssl -cinder_catalog_info cinder -cleanup_scrubber imagecache -cinder_ca_certificates_file cinder -cleanup_scrubber_time imagecache -cinder_http_retries cinder -config_file paste -cinder_endpoint_template cinder -data_api common -cinder_api_insecure cinder -db_auto_create api -debug logging -default_log_levels logging -default_notification_level logging -default_store api -default_publisher_id api -delayed_delete imagecache -disable_process_locking common -enable_v1_api api -enable_v2_api api -eventlet_hub wsgi -fatal_deprecations logging -filesystem_store_datadir filesystem -filesystem_store_metadata_file filesystem -flavor paste -image_cache_dir imagecache -image_cache_driver imagecache -image_cache_max_size imagecache -image_cache_sqlite_db imagecache -image_cache_stall_time imagecache -image_size_cap api -instance_format logging -instance_uuid_format logging -key_file ssl -known_stores api -limit_param_default common -lock_path common -log_config logging -log_date_format logging -log_dir logging -log_file logging -log_format logging -logging_context_format_string logging -logging_debug_format_suffix logging -logging_default_format_string logging -logging_exception_prefix logging -metadata_encryption_key common -mongodb_store_uri gridfs -notifier_strategy common -notification_driver api -owner_is_tenant api -os_region_name common -policy_default_rule policy -mongodb_store_db gridfs -policy_file policy -property_protection_file common -publish_errors logging -pydev_worker_debug_host testing -pydev_worker_debug_port testing -qpid_heartbeat qpid -qpid_hostname qpid -qpid_notification_exchange qpid -qpid_notification_topic qpid -qpid_password qpid -qpid_port qpid -qpid_protocol qpid -qpid_reconnect_interval qpid -qpid_reconnect_interval_max qpid -qpid_reconnect_interval_min qpid -qpid_reconnect_limit qpid -qpid_reconnect_timeout qpid -qpid_sasl_mechanisms qpid -qpid_tcp_nodelay qpid -qpid_username qpid -rabbit_durable_queues rabbitmq -rabbit_host rabbitmq -rabbit_max_retries rabbitmq -rabbit_notification_exchange rabbitmq -rabbit_notification_topic rabbitmq -rabbit_password rabbitmq -rabbit_port rabbitmq -rabbit_retry_backoff rabbitmq -rabbit_retry_max_backoff rabbitmq -rabbit_use_ssl rabbitmq -rabbit_userid rabbitmq -rabbit_virtual_host rabbitmq -rbd_store_ceph_conf rbd -rbd_store_chunk_size rbd -rbd_store_pool rbd -rbd_store_user rbd -registry_client_ca_file registry -registry_client_cert_file registry -registry_client_insecure registry -registry_client_key_file registry -registry_client_protocol registry -registry_client_timeout registry -registry_host registry -registry_port registry -s3_store_access_key s3 -s3_store_bucket s3 -s3_store_bucket_url_format s3 -s3_store_create_bucket_on_put s3 -s3_store_host s3 -s3_store_object_buffer_dir s3 -s3_store_secret_key s3 -scrub_time imagecache -scrubber_datadir imagecache -send_identity_headers api -show_image_direct_url common -sheepdog_store_chunk_size sheepdog -sql_connection db -show_multiple_locations api -sql_idle_timeout db -sheepdog_store_address sheepdog -sql_max_retries db -sheepdog_store_port sheepdog -sql_retry_interval db -sqlalchemy_debug db -swift_enable_snet swift -swift_store_admin_tenants swift -swift_store_auth_address swift -swift_store_auth_insecure swift -swift_store_auth_version swift -swift_store_container swift -swift_store_create_container_on_put swift -swift_store_endpoint_type swift -swift_store_key swift -swift_store_large_object_chunk_size swift -swift_store_large_object_size swift -swift_store_multi_tenant swift -swift_store_region swift -swift_store_service_type swift -swift_store_user swift -syslog_log_facility logging -tcp_keepidle wsgi -use_stderr logging -use_syslog logging -use_tpool common -use_user_token api -user_storage_quota common -verbose logging -workers common diff --git a/autogenerate-config-docs/flagmappings/neutron.flagmappings b/autogenerate-config-docs/flagmappings/neutron.flagmappings deleted file mode 100644 index cb57cc9a..00000000 --- a/autogenerate-config-docs/flagmappings/neutron.flagmappings +++ /dev/null @@ -1,344 +0,0 @@ -add_meta_server_route bigswitch -address brocade -admin_password common -admin_tenant_name common -admin_user common -admin_username embrane -agent_boot_time ml2_l2pop -agent_down_time agent -agent_mode nicira -allow_bulk api -allowed_rpc_exception_modules common -allow_overlapping_ips policy -allow_pagination api -allow_sorting api -always_read_status nicira -amqp_auto_delete rpc -amqp_durable_queues rpc -api_extensions_path api -api_paste_config api -async_requests embrane -auth_region common -auth_strategy common -auth_strategy metadata -auth_url common -backdoor_port testing -backend db -backlog wsgi -base_mac common -bind_host common -bind_port common -bridge_mappings openvswitch_agent -cert_file nec -concurrent_connections nicira -config_base_dir vpn -connection db -connection_debug db -connection_trace db -control_exchange rpc -core_plugin common -daemon_endpoint mlnx -datacenter_moid nicira -datastore_id nicira -debug logging -default_flavor meta -default_interface_name nicira -default_l2_gw_service_uuid nicira -default_l3_flavor meta -default_l3_gw_service_uuid nicira -default_log_levels logging -default_network_profile cisco -default_notification_level notifier -default_policy_profile cisco -default_publisher_id notifier -default_quota quotas -default_router_provider nec -default_transport_type nicira -default_tz_uuid nicira -deployment_container_id nicira -dhcp_agent_notification common -dhcp_agents_per_network db -dhcp_lease_duration common -director varmour -director_port varmour -director_server plumgrid -director_server_port plumgrid -disable_process_locking common -driver nec -dummy_utif_id embrane -eapi_host ml2_arista -eapi_password ml2_arista -eapi_username ml2_arista -enabled fwaas -enable_metrics_collection hyperv_agent -enable_packet_filter nec -enable_tunneling openvswitch_agent -enable_vxlan linuxbridge_agent -esm_mgmt embrane -extension_map meta -external_network nicira -external_pids agent -fake_rabbit testing -fatal_deprecations logging -firewall_driver securitygroups -flat_networks ml2_flat -force_gateway_on_subnet common -force_hyperv_utils_v1 hyperv_agent -host cisco -host common -host nec -host rpc -http_timeout nicira -idle_timeout db -inband_id embrane -instance_format logging -instance_uuid_format logging -integration_bridge openvswitch_agent -interface_driver agent -int_peer_patch_port openvswitch_agent -ipsec_config_template vpn -ipsec_secret_template vpn -ipsec_status_check_interval vpn -key_file ssl -kombu_ssl_ca_certs kombu -kombu_ssl_certfile kombu -kombu_ssl_keyfile kombu -kombu_ssl_version kombu -l2_population linuxbridge_agent -l2_population openvswitch_agent -l3_plugin_list meta -loadbalancer_pool_scheduler_driver lbaas -local_ip openvswitch_agent -local_network_vswitch hyperv_agent -lock_path common -log_config logging -log_date_format logging -log_dir logging -log_file logging -log_format logging -logging_context_format_string logging -logging_debug_format_suffix logging -logging_default_format_string logging -logging_exception_prefix logging -mac_generation_retries common -managed_physical_network ml2_cisco -manager_uri nicira -matchmaker_heartbeat_freq rpc -matchmaker_heartbeat_ttl rpc -max_dns_nameservers common -max_fixed_ips_per_port common -max_lp_per_bridged_ls nicira -max_lp_per_overlay_ls nicira -max_overflow db -max_pool_size db -max_random_sync_delay nicira -max_retries db -max_router_rules bigswitch -max_routes quotas -max_subnet_host_routes common -mechanism_drivers ml2 -metadata_mode nicira -meta_flavor_driver_mappings common -mgmt_id embrane -midonet_host_uuid_path midonet -midonet_uri midonet -min_chunk_size nicira -min_pool_size db -min_sync_req_delay nicira -model_class cisco -mode midonet -network_auto_schedule scheduler -network_device_mtu common -network_node_policy_profile cisco -network_scheduler_driver scheduler -network_vlan_ranges common -network_vlan_ranges hyperv -network_vlan_ranges openvswitch -neutron_id bigswitch -nexus_driver cisco -nexus_plugin cisco -node_override_vif_802.1qbg bigswitch -node_override_vif_802.1qbh bigswitch -node_override_vif_binding_failed bigswitch -node_override_vif_bridge bigswitch -node_override_vif_hyperv bigswitch -node_override_vif_ivs bigswitch -node_override_vif_other bigswitch -node_override_vif_ovs bigswitch -node_override_vif_unbound bigswitch -notification_driver notifier -notification_topics notifier -nvp_cluster_uuid nicira -nvp_controllers nicira -nvp_gen_timeout nicira -nvp_password nicira -nvp_user nicira -oob_id embrane -openflow_rest_api ryu -ostype brocade -ovsdb_interface ryu -ovsdb_ip ryu -ovsdb_port ryu -ovs_integration_bridge common -ovs_use_veth common -pagination_max_limit api -password brocade -password midonet -password plumgrid -password rpc -password varmour -periodic_fuzzy_delay common -periodic_interval common -physical_interface brocade -physical_interface_mappings linuxbridge_agent -physical_network_vswitch_mappings hyperv_agent -plugin_list meta -policy_file policy -poll_duration cisco -polling_interval hyperv_agent -pool_timeout db -port nec -port rpc -project_id midonet -provider_router_id midonet -provider_vlan_auto_create cisco -provider_vlan_auto_trunk cisco -provider_vlan_name_prefix cisco -publish_errors logging -qpid_heartbeat qpid -qpid_hostname qpid -qpid_hosts qpid -qpid_password qpid -qpid_port qpid -qpid_protocol qpid -qpid_sasl_mechanisms qpid -qpid_tcp_nodelay qpid -qpid_topology_version qpid -qpid_username qpid -quota_driver quotas -quota_firewall_policy quotas -quota_firewall quotas -quota_firewall_rule quotas -quota_floatingip quotas -quota_items quotas -quota_network_gateway quotas -quota_network quotas -quota_packet_filter quotas -quota_port quotas -quota_router quotas -quota_security_group quotas -quota_security_group_rule quotas -quota_subnet quotas -rabbit_ha_queues rabbitmq -rabbit_host rabbitmq -rabbit_hosts rabbitmq -rabbit_max_retries rabbitmq -rabbit_password rabbitmq -rabbit_port rabbitmq -rabbit_retry_backoff rabbitmq -rabbit_retry_interval rabbitmq -rabbit_userid rabbitmq -rabbit_use_ssl rabbitmq -rabbit_virtual_host rabbitmq -redirects nicira -region_name ml2_arista -report_interval agent -req_timeout nicira -request_timeout mlnx -resource_pool_id embrane -resource_pool_id nicira -retries nicira -retry_interval db -retry_until_window wsgi -ringfile rpc -root_helper common -router_auto_schedule scheduler -router_image embrane -router_providers nec -router_scheduler_driver scheduler -rpc_backend rpc -rpc_cast_timeout rpc -rpc_conn_pool_size rpc -rpc_response_timeout rpc -rpc_support_old_agents rpc -rpc_thread_pool_size rpc -rpc_zmq_bind_address zeromq -rpc_zmq_contexts zeromq -rpc_zmq_host zeromq -rpc_zmq_ipc_dir zeromq -rpc_zmq_matchmaker zeromq -rpc_zmq_port zeromq -rpc_zmq_topic_backlog zeromq -run_external_periodic_tasks api -server_auth bigswitch -servers bigswitch -server_ssl bigswitch -server_timeout bigswitch -servertimeout plumgrid -service_cache lbaas -service_compression_throughput lbaas -service_ha_pair lbaas -service_plugins api -service_provider api -service_ssl_throughput lbaas -service_throughput lbaas -slave_connection db -sqlite_db db -sqlite_synchronous db -ssl_ca_file ssl -ssl_cert_file ssl -ssl_key_file ssl -state_path common -state_sync_interval nicira -supported_extension_aliases meta -svi_round_robin cisco -sync_data bigswitch -sync_interval ml2_arista -syslog_log_facility logging -task_status_check_interval nicira -tcp_keepidle wsgi -tenant_default_router_rule bigswitch -tenant_network_type hyperv -tenant_network_type linuxbridge -tenant_network_type openvswitch_agent -tenant_network_types ml2 -timeout ml2_ncs -topics rpc -tos linuxbridge_agent -ttl linuxbridge_agent -tunnel_bridge openvswitch_agent -tunnel_id_ranges openvswitch_agent -tunnel_interface ryu -tunnel_ip ryu -tunnel_key_max ryu -tunnel_key_min ryu -tunnel_type openvswitch_agent -tunnel_types openvswitch_agent -tun_peer_patch_port openvswitch_agent -type_drivers ml2 -url ml2_ncs -use_fqdn ml2_arista -use_namespaces agent -username brocade -username midonet -username plumgrid -user nicira -use_ssl nec -use_ssl ssl -use_stderr logging -use_syslog logging -use_tpool db -vdirect_address lbaas -verbose logging -veth_mtu openvswitch_agent -vif_type bigswitch -vif_types bigswitch -vlan_name_prefix cisco -vnic_type mlnx -vni_ranges ml2_vxlan -vpn_device_driver vpn -vswitch_plugin cisco -vxlan_group linuxbridge_agent -vxlan_group ml2_vxlan -vxlan_id_ranges cisco -vxlan_udp_port openvswitch_agent diff --git a/autogenerate-config-docs/flagmappings/nova.flagmappings b/autogenerate-config-docs/flagmappings/nova.flagmappings deleted file mode 100644 index 98c76f6d..00000000 --- a/autogenerate-config-docs/flagmappings/nova.flagmappings +++ /dev/null @@ -1,642 +0,0 @@ -address zookeeper -agent_enabled spice -agent_resetnetwork_timeout xen -agent_timeout xen -agent_version_timeout xen -allow_instance_snapshots policy -allow_migrate_to_same_host policy -allow_resize_to_same_host policy -allow_same_net_traffic network -allowed_direct_url_schemes glance -allowed_rpc_exception_modules testing -amqp_durable_queues rpc -api_class keymgr -api_paste_config wsgi -amqp_auto_delete rpc -api_rate_limit authentication -api_retry_count vmware -attestation_api_url trustedcomputing -attestation_auth_blob trustedcomputing -attestation_auth_timeout trustedcomputing -attestation_port trustedcomputing -attestation_server trustedcomputing -attestation_server_ca_file trustedcomputing -auth_strategy authentication -auto_assign_floating_ip network -backdoor_port testing -backend db -bandwidth_poll_interval quota -bandwidth_update_interval quota -base_dir_name compute -baseapi rpc -bindir common -block_device_creation_timeout volumes -block_migration_flag hypervisor -boot_script_template vpn -buckets_path s3 -ca_file ca -ca_path ca -cache_images xen -call_timeout cells -capabilities cells -cell_type cells -cells upgrade_levels -cells_config cells -cert upgrade_levels -cert_file ca -cert_manager ca -cert_topic ca -checksum_base_images libvirt -checksum_interval_seconds libvirt -cinder_api_insecure volumes -cinder_ca_certificates_file volumes -cinder_catalog_info volumes -cinder_cross_az_attach volumes -cinder_endpoint_template volumes -cinder_http_retries volumes -cluster_name vmware -cnt_vpn_clients network -compute upgrade_levels -compute_api_class compute -compute_driver compute -compute_manager compute -compute_stats_class compute -compute_topic common -conductor upgrade_levels -config_drive_cdrom configdrive -config_drive_format configdrive -config_drive_inject_password configdrive -config_drive_skip_versions configdrive -config_drive_tempdir configdrive -connection_trace db -console upgrade_levels -connection db -conn_uri libvirt -console_driver xen -connection_debug db -console_host compute -console_manager compute -console_public_hostname console -console_token_ttl console -console_topic common -console_vmrc_error_retries xen -console_vmrc_port xen -console_xvp_conf xen -console_xvp_conf_template xen -console_xvp_log xen -console_xvp_multiplex_port xen -console_xvp_pid xen -consoleauth upgrade_levels -consoleauth_manager console -consoleauth_topic common -control_exchange rpc -cpu_allocation_ratio scheduling -create_unique_mac_address_attempts network -crl_file ca -datastore_regex vmware -db_backend baremetal -db_backend db -db_check_interval db -db_driver db -debug logging -default_access_ip_network_name network -default_availability_zone availabilityzones -default_ephemeral_format hypervisor -default_flavor compute -default_floating_pool network -default_log_levels logging -default_notification_level compute -default_os_type xen -default_publisher_id compute -default_schedule_zone availabilityzones -defer_iptables_apply network -deploy_kernel baremetal -deploy_ramdisk baremetal -dhcp_domain network -dhcp_lease_time network -dhcp_options_enabled neutron -dhcpbridge network -dhcpbridge_flagfile network -disable_process_locking common -disk_allocation_ratio scheduling -disk_cachemodes hypervisor -dmz_cidr vpn -dmz_mask vpn -dmz_net vpn -dns_server network -dns_update_periodic_interval network -dnsmasq_config_file network -driver baremetal -driver cells -dynamic_memory_ratio hyperv -ec2_dmz_host ec2 -ec2_host ec2 -ec2_listen ec2 -ec2_listen_port ec2 -ec2_path ec2 -ec2_port ec2 -ec2_private_dns_show_ip ec2 -ec2_scheme ec2 -ec2_strict_validation ec2 -ec2_timestamp_expiry ec2 -ec2_workers ec2 -enable cells -enable_instance_metrics_collection hyperv -enable_instance_password compute -enable_network_quota quota -enable_new_services api -enabled spice -enabled v3api -enabled_apis api -enabled_ssl_apis api -extensions_blacklist apiv3 -extensions_whitelist apiv3 -fake_call testing -fake_network testing -fake_rabbit testing -fatal_deprecations logging -fatal_exception_format_errors logging -filesystems glance -firewall_driver network -fixed_ip_disassociate_timeout network -fixed_key keymgr -fixed_range_v6 ipv6 -flat_injected network -flat_interface network -flat_network_bridge network -flat_network_dns network -floating_ip_dns_manager network -force_config_drive configdrive -force_dhcp_release network -force_hyperv_utils_v1 hyperv -force_raw_images hypervisor -force_snat_range network -force_volumeutils_v1 volumes -forward_bridge_interface network -fping_path fping -gateway network -gateway_v6 ipv6 -glance_api_insecure glance -glance_api_servers glance -glance_host glance -glance_num_retries glance -glance_port glance -glance_protocol glance -glusterfs_mount_point_base volumes -heal_instance_info_cache_interval compute -host common -host redis -host_ip vmware -host_state_interval compute -host_username vmware -html5proxy_base_url spice -idle_timeout db -image_cache_manager_interval compute -host_password vmware -image_decryption_dir s3 -image_info_filename_pattern libvirt -inject_password hypervisor -injected_network_template network -injected_network_template network -instance_build_timeout compute -instance_delete_interval compute -instance_dns_domain network -instance_dns_manager network -instance_format logging -instance_name_template api -instance_type_extra_specs baremetal -instance_update_num_instances cells -instance_updated_at_threshold cells -instance_usage_audit compute -instance_usage_audit_period compute -instance_uuid_format logging -instances_path compute -instances_path_share hyperv -integration_bridge vmware -intercell upgrade_levels -internal_service_availability_zone availabilityzones -ipmi_power_retry baremetal -iptables_bottom_regex network -iptables_drop_action network -iptables_top_regex network -ipv6_backend ipv6 -iqn_prefix xen -iscsi_iqn_prefix volumes -isolated_hosts scheduling -isolated_images scheduling -key_file ca -keymap spice -keys_path ca -keystone_ec2_url ec2 -kombu_ssl_ca_certs kombu -kombu_ssl_certfile kombu -kombu_ssl_keyfile kombu -kombu_ssl_version kombu -l3_lib network -ldap_dns_base_dn ldap -ldap_dns_password ldap -ldap_dns_servers ldap -ldap_dns_soa_expiry ldap -ldap_dns_soa_hostmaster ldap -ldap_dns_soa_minimum ldap -ldap_dns_soa_refresh ldap -ldap_dns_soa_retry ldap -ldap_dns_url ldap -ldap_dns_user ldap -libvirt_cpu_mode libvirt -libvirt_cpu_model libvirt -libvirt_disk_prefix libvirt -libvirt_images_rbd_ceph_conf hypervisor -libvirt_images_type hypervisor -libvirt_images_rbd_pool hypervisor -libvirt_images_volume_group hypervisor -libvirt_inject_key libvirt -libvirt_inject_partition libvirt -libvirt_inject_password libvirt -libvirt_iscsi_use_multipath hypervisor -libvirt_iser_use_multipath hypervisor -libvirt_lvm_snapshot_size hypervisor -libvirt_non_blocking libvirt -libvirt_snapshot_compression hypervisor -libvirt_snapshots_directory libvirt -libvirt_sparse_logical_volumes hypervisor -libvirt_use_virtio_for_bridges hypervisor -libvirt_vif_driver libvirt -libvirt_volume_drivers libvirt -libvirt_wait_soft_reboot_seconds libvirt -limit_cpu_features hyperv -linuxnet_interface_driver network -linuxnet_ovs_integration_bridge network -live_migration_bandwidth livemigration -live_migration_flag livemigration -live_migration_retry_count livemigration -live_migration_uri livemigration -lock_path common -lockout_attempts ec2 -lockout_minutes ec2 -lockout_window ec2 -log_config logging -log_date_format logging -log_dir logging -log_file logging -log_format logging -logging_context_format_string logging -logging_debug_format_suffix logging -logging_default_format_string logging -logging_exception_prefix logging -manager cells -manager conductor -matchmaker_heartbeat_freq rpc -matchmaker_heartbeat_ttl rpc -max_age policy -max_hop_count cells -max_instances_per_host scheduling -max_io_ops_per_host scheduling -max_kernel_ramdisk_size xen -max_local_block_devices policy -max_pool_size db -memcached_servers common -max_overflow db -metadata_host metadata -max_retries db -metadata_listen metadata -maximum_objects vmware -metadata_listen_port metadata -maximum_instance_delete_attempts compute -metadata_manager metadata -metadata_port metadata -metadata_workers metadata -migrate_max_retries conductor -min_pool_size db -mkisofs_cmd configdrive -monkey_patch testing -monkey_patch_modules testing -multi_host network -multi_instance_display_name_template api -mute_child_interval cells -mute_weight_multiplier cells -mute_weight_value cells -my_ip common -name cells -net_config_template baremetal -network upgrade_levels -network_allocate_retries network -network_api_class network -network_device_mtu network -network_driver network -network_manager network -network_size network -network_topic network -networks_path network -neutron_admin_auth_url neutron -neutron_admin_password neutron -neutron_admin_tenant_name neutron -neutron_admin_username neutron -neutron_api_insecure neutron -neutron_auth_strategy neutron -neutron_ca_certificates_file neutron -neutron_default_tenant_id neutron -neutron_extension_sync_interval neutron -neutron_metadata_proxy_shared_secret neutron -neutron_ovs_bridge neutron -neutron_region_name neutron -neutron_url neutron -neutron_url_timeout neutron -nfs_mount_options volumes -nfs_mount_point_base volumes -non_inheritable_image_properties api -notification_driver common -notification_topics common -notify_api_faults common -notify_on_state_change common -novncproxy_base_url vnc -null_kernel api -num_aoe_discover_tries volumes -num_iscsi_scan_tries volumes -num_iser_scan_tries volumes -num_networks network -os_region_name volumes -osapi_compute_ext_list api -osapi_compute_extension api -osapi_compute_link_prefix api -osapi_compute_listen api -osapi_compute_listen_port api -osapi_compute_unique_server_name_scope policy -osapi_compute_workers api -osapi_glance_link_prefix glance -osapi_hide_server_address_states api -osapi_max_limit policy -osapi_max_request_body_size policy -password redis -password_length policy -pci_alias pci -pci_passthrough_whitelist pci -periodic_enable periodic -periodic_fuzzy_delay periodic -policy_default_rule policy -policy_file policy -pool_timeout db -port redis -power_manager baremetal -powervm_img_local_path powervm -powervm_img_remote_path powervm -powervm_mgr powervm -powervm_mgr_passwd powervm -powervm_mgr_type powervm -powervm_mgr_user powervm -preallocate_images hypervisor -project_cert_subject ca -public_interface network -publish_errors logging -pxe_append_params baremetal -pxe_bootfile_name baremetal -pxe_config_template baremetal -pxe_deploy_timeout baremetal -pxe_network_config baremetal -pybasedir common -qemu_allowed_storage_drivers volumes -qemu_img_cmd hyperv -qpid_heartbeat qpid -qpid_hostname qpid -qpid_hosts qpid -qpid_password qpid -qpid_port qpid -qpid_protocol qpid -qpid_sasl_mechanisms qpid -qpid_tcp_nodelay qpid -qpid_topology_version qpid -qpid_username qpid -quota_cores quota -quota_driver quota -quota_fixed_ips quota -quota_floating_ips quota -quota_injected_file_content_bytes quota -quota_injected_file_path_bytes quota -quota_injected_files quota -quota_instances quota -quota_key_pairs quota -quota_metadata_items quota -quota_ram quota -quota_security_group_rules quota -quota_security_groups quota -rabbit_ha_queues rabbitmq -rabbit_host rabbitmq -rabbit_hosts rabbitmq -rabbit_max_retries rabbitmq -rabbit_password rabbitmq -rabbit_port rabbitmq -rabbit_retry_backoff rabbitmq -rabbit_retry_interval rabbitmq -rabbit_use_ssl rabbitmq -rabbit_userid rabbitmq -rabbit_virtual_host rabbitmq -ram_allocation_ratio scheduling -ram_weight_multiplier scheduling -rbd_secret_uuid volumes -rbd_user volumes -reboot_timeout compute -reclaim_instance_interval compute -recv_timeout zookeeper -region_list ec2 -registry_default_port docker -remove_unused_base_images libvirt -remove_unused_kernels libvirt -remove_unused_original_minimum_age_seconds libvirt -remove_unused_resized_minimum_age_seconds libvirt -report_interval common -rescue_image_id hypervisor -rescue_kernel_id hypervisor -rescue_ramdisk_id hypervisor -rescue_timeout hypervisor -reservation_expire policy -reserve_percent cells -reserved_host_disk_mb scheduling -reserved_host_memory_mb scheduling -resize_confirm_window compute -restrict_isolated_hosts_to_isolated_images scheduling -resume_guests_state_on_host_boot compute -resize_fs_using_block_device policy -retry_interval db -ringfile rpc -rootwrap_config common -routing_source_ip network -rpc_backend rpc -rpc_cast_timeout rpc -rpc_conn_pool_size rpc -rpc_driver_queue_base rpc -rpc_response_timeout rpc -rpc_thread_pool_size rpc -rpc_zmq_bind_address zeromq -rpc_zmq_contexts zeromq -rpc_zmq_host zeromq -rpc_zmq_ipc_dir zeromq -rpc_zmq_matchmaker zeromq -rpc_zmq_port zeromq -rpc_zmq_topic_backlog zeromq -run_external_periodic_tasks periodic -running_deleted_instance_action compute -running_deleted_instance_poll_interval compute -running_deleted_instance_timeout compute -s3_access_key s3 -s3_affix_tenant s3 -s3_host s3 -s3_listen s3 -s3_listen_port s3 -s3_port s3 -s3_secret_key s3 -s3_use_ssl s3 -scality_sofs_config volumes -scality_sofs_mount_point volumes -scheduler upgrade_levels -scheduler_available_filters scheduling -scheduler_default_filters scheduling -scheduler_driver scheduling -scheduler_filter_classes scheduling -scheduler_host_manager scheduling -scheduler_host_subset_size scheduling -scheduler_json_config_location scheduling -scheduler_manager scheduling -scheduler_max_attempts scheduling -scheduler_retries scheduling -scheduler_retry_delay scheduling -scheduler_topic scheduling -scheduler_weight_classes scheduling -security_group_api network -send_arp_for_ha network -send_arp_for_ha_count network -server_listen spice -server_proxyclient_address spice -service_down_time common -service_neutron_metadata_proxy neutron -servicegroup_driver api -sg_prefix zookeeper -sg_retry_interval zookeeper -share_dhcp_address network -shelved_offload_time compute -shelved_poll_interval compute -slave_connection db -snapshot_image_format hypervisor -snapshot_name_template api -sql_connection baremetal -sql_connection db -sqlite_db db -sqlite_synchronous db -sr_matching_filter xen -ssl_ca_file wsgi -ssl_cert_file wsgi -ssl_key_file wsgi -state_path common -stub_compute xen -sync_power_state_interval compute -syslog_log_facility logging -target_host xen -target_port xen -task_poll_interval vmware -tcp_keepidle wsgi -teardown_unused_network_gateway network -tempdir common -terminal baremetal -terminal_cert_dir baremetal -terminal_pid_dir baremetal -tftp_root baremetal -tile_pdu_ip tilera -tile_pdu_mgr tilera -tile_pdu_off tilera -tile_pdu_on tilera -tile_pdu_status tilera -tile_power_wait tilera -timeout_nbd hypervisor -topic cells -topic conductor -topics rpc -until_refresh policy -update_dns_entries network -use_cow_images hypervisor -use_forwarded_for api -use_ipv6 ipv6 -use_join_force xen -use_linked_clone vmware -use_local conductor -use_network_dns_servers network -use_neutron_default_nets network -use_project_ca ca -use_single_default_gateway network -use_stderr logging -use_syslog logging -use_tpool api -use_unsafe_iscsi baremetal -use_usb_tablet hypervisor -user_cert_subject ca -vcpu_pin_set hypervisor -vendordata_driver metadata -verbose logging -vendordata_jsonfile_path metadata -vif_driver baremetal -virt_mkfs hypervisor -virt_type libvirt -virtual_power_host_key baremetal -virtual_power_host_pass baremetal -virtual_power_host_user baremetal -virtual_power_ssh_host baremetal -virtual_power_ssh_port baremetal -virtual_power_type baremetal -vlan_interface network -vlan_start network -vnc_enabled vnc -vnc_keymap vnc -vnc_password vnc -vnc_port vnc -vnc_port_total vnc -vncserver_listen vnc -vncserver_proxyclient_address vnc -volume_api_class volumes -volume_attach_retry_count volumes -volume_attach_retry_interval volumes -volume_driver volumes -volume_usage_poll_interval volumes -vpn_flavor vpn -vpn_image_id vpn -vpn_ip vpn -vpn_key_suffix vpn -vpn_start vpn -vswitch_name hyperv -workers conductor -wsdl_location vmware -wsgi_log_format wsgi -xen_hvmloader_path xen -xenapi_agent_path xen -xenapi_check_host xen -xenapi_connection_concurrent xen -xenapi_connection_password xen -xenapi_connection_url xen -xenapi_connection_username xen -xenapi_disable_agent xen -xenapi_image_compression_level xen -xenapi_image_upload_handler xen -xenapi_ipxe_boot_menu_url xen -xenapi_login_timeout xen -xenapi_ipxe_mkisofs_cmd xen -xenapi_num_vbd_unplug_retries xen -xenapi_ipxe_network_name xen -xenapi_ovs_integration_bridge xen -xenapi_remap_vbd_dev xen -xenapi_remap_vbd_dev_prefix xen -xenapi_running_timeout xen -xenapi_sparse_copy xen -xenapi_sr_base_path xen -xenapi_torrent_base_url xen -xenapi_torrent_download_stall_cutoff xen -xenapi_torrent_images xen -xenapi_torrent_listen_port_end xen -xenapi_torrent_listen_port_start xen -xenapi_torrent_max_last_accessed xen -xenapi_torrent_max_seeder_processes_per_host xen -xenapi_torrent_seed_chance xen -xenapi_torrent_seed_duration xen -xenapi_use_agent_default xen -xenapi_vhd_coalesce_max_attempts xen -xenapi_vhd_coalesce_poll_interval xen -xenapi_vif_driver xen -xvpvncproxy_base_url xvpnvncproxy -xvpvncproxy_host xvpnvncproxy -xvpvncproxy_port xvpnvncproxy