[config-ref] update zaqar config options for Newton

Change-Id: I8e2faa48e90171c9fa9ac21855a4194af934377d
This commit is contained in:
KATO Tomoyuki 2016-10-14 08:59:34 +09:00
parent 0be2e81941
commit 395723f2cd
5 changed files with 6 additions and 2 deletions

View File

@ -20,6 +20,8 @@
- -
* - ``admin_mode`` = ``False`` * - ``admin_mode`` = ``False``
- (Boolean) Activate privileged endpoints. - (Boolean) Activate privileged endpoints.
* - ``enable_deprecated_api_versions`` =
- (List) List of deprecated API versions to enable.
* - ``unreliable`` = ``False`` * - ``unreliable`` = ``False``
- (Boolean) Disable all reliability constraints. - (Boolean) Disable all reliability constraints.
* - **[notification]** * - **[notification]**

View File

@ -19,7 +19,7 @@
* - **[drivers:transport:websocket]** * - **[drivers:transport:websocket]**
- -
* - ``bind`` = ``127.0.0.1`` * - ``bind`` = ``127.0.0.1``
- (Unknown) Address on which the self-hosting server will listen. - (IP) Address on which the self-hosting server will listen.
* - ``external_port`` = ``None`` * - ``external_port`` = ``None``
- (Port number) Port on which the service is provided to the user. - (Port number) Port on which the service is provided to the user.
* - ``port`` = ``9000`` * - ``port`` = ``9000``

View File

@ -19,6 +19,6 @@
* - **[drivers:transport:wsgi]** * - **[drivers:transport:wsgi]**
- -
* - ``bind`` = ``127.0.0.1`` * - ``bind`` = ``127.0.0.1``
- (Unknown) Address on which the self-hosting server will listen. - (IP) Address on which the self-hosting server will listen.
* - ``port`` = ``8888`` * - ``port`` = ``8888``
- (Port number) Port on which the self-hosting server will listen. - (Port number) Port on which the self-hosting server will listen.

View File

@ -2,6 +2,7 @@ admin_mode api
auth_strategy authentication auth_strategy authentication
debug disable debug disable
default_log_levels disable default_log_levels disable
enable_deprecated_api_versions api
fatal_deprecations disable fatal_deprecations disable
instance_format disable instance_format disable
instance_uuid_format disable instance_uuid_format disable

View File

@ -6,4 +6,5 @@ redis Redis
sqlalchemy SQLAlchemy sqlalchemy SQLAlchemy
storage storage storage storage
transport transport transport transport
trustee trustee
websocket Websocket websocket Websocket