[config-ref] update zaqar config options for Newton
Change-Id: I8e2faa48e90171c9fa9ac21855a4194af934377d
This commit is contained in:
parent
0be2e81941
commit
395723f2cd
@ -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]**
|
||||||
|
@ -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``
|
||||||
|
@ -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.
|
||||||
|
@ -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
|
||||||
|
@ -6,4 +6,5 @@ redis Redis
|
|||||||
sqlalchemy SQLAlchemy
|
sqlalchemy SQLAlchemy
|
||||||
storage storage
|
storage storage
|
||||||
transport transport
|
transport transport
|
||||||
|
trustee trustee
|
||||||
websocket Websocket
|
websocket Websocket
|
||||||
|
Loading…
Reference in New Issue
Block a user