[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``
|
||||
- (Boolean) Activate privileged endpoints.
|
||||
* - ``enable_deprecated_api_versions`` =
|
||||
- (List) List of deprecated API versions to enable.
|
||||
* - ``unreliable`` = ``False``
|
||||
- (Boolean) Disable all reliability constraints.
|
||||
* - **[notification]**
|
||||
|
@ -19,7 +19,7 @@
|
||||
* - **[drivers:transport:websocket]**
|
||||
-
|
||||
* - ``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``
|
||||
- (Port number) Port on which the service is provided to the user.
|
||||
* - ``port`` = ``9000``
|
||||
|
@ -19,6 +19,6 @@
|
||||
* - **[drivers:transport:wsgi]**
|
||||
-
|
||||
* - ``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 number) Port on which the self-hosting server will listen.
|
||||
|
@ -2,6 +2,7 @@ admin_mode api
|
||||
auth_strategy authentication
|
||||
debug disable
|
||||
default_log_levels disable
|
||||
enable_deprecated_api_versions api
|
||||
fatal_deprecations disable
|
||||
instance_format disable
|
||||
instance_uuid_format disable
|
||||
|
@ -6,4 +6,5 @@ redis Redis
|
||||
sqlalchemy SQLAlchemy
|
||||
storage storage
|
||||
transport transport
|
||||
trustee trustee
|
||||
websocket Websocket
|
||||
|
Loading…
Reference in New Issue
Block a user