Files
openstack-manuals/doc/config-reference/source/tables/glance-testing.rst
KATO Tomoyuki 20feda79a7 [config-ref] update glance config options for Newton
Change-Id: Ia35e463e9f2c5528df945ded693fcd9a69e9e9b9
2016-09-30 14:54:32 +09:00

25 lines
1.4 KiB
ReStructuredText

..
Warning: Do not edit this file. It is automatically generated from the
software project's code and your changes will be overwritten.
The tool to generate this file lives in openstack-doc-tools repository.
Please make any changes needed in the code, then run the
autogenerate-config-doc tool from the openstack-doc-tools repository, or
ask for help on the documentation mailing list, IRC channel or meeting.
.. _glance-testing:
.. list-table:: Description of testing configuration options
:header-rows: 1
:class: config-ref-table
* - Configuration option = Default value
- Description
* - **[DEFAULT]**
-
* - ``pydev_worker_debug_host`` = ``localhost``
- (String) Host address of the pydev server.$sentinal$Provide a string value representing the hostname or IP of the pydev server to use for debugging. The pydev server listens for debug connections on this address, facilitating remote debugging in Glance.$sentinal$Possible values: * Valid hostname * Valid IP address$sentinal$Related options: * None
* - ``pydev_worker_debug_port`` = ``5678``
- (Port number) Port number that the pydev server will listen on.$sentinal$Provide a port number to bind the pydev server to. The pydev process accepts debug connections on this port and facilitates remote debugging in Glance.$sentinal$Possible values: * A valid port number$sentinal$Related options: * None