diff options
author | Lingxian Kong <anlin.kong@gmail.com> | 2019-10-11 14:13:14 +1300 |
---|---|---|
committer | Lingxian Kong <anlin.kong@gmail.com> | 2019-10-11 14:13:14 +1300 |
commit | e5637f00e2b98bbad2ad5dedf0aceb8f89e53e50 (patch) | |
tree | 4d09d1b26e38847d9ad00031a49e4e6803d9d371 /releasenotes/notes | |
parent | a643c5ecff70d37a9d22a2b01c9ae14a5e28c079 (diff) | |
download | trove-e5637f00e2b98bbad2ad5dedf0aceb8f89e53e50.tar.gz |
Release note for service_credentials config
Change-Id: I179005a5bcf2a2c01ecae068a400503b412cd9e2
Diffstat (limited to 'releasenotes/notes')
-rw-r--r-- | releasenotes/notes/ussuri-01-service-credential-config.yaml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/releasenotes/notes/ussuri-01-service-credential-config.yaml b/releasenotes/notes/ussuri-01-service-credential-config.yaml new file mode 100644 index 00000000..2df5cb48 --- /dev/null +++ b/releasenotes/notes/ussuri-01-service-credential-config.yaml @@ -0,0 +1,18 @@ +--- +deprecations: | + - The following config options are deprecated in favor of a separate + configuration section ``service_credentials`` introduced to define the + Trove service user credentials for communication with other OpenStack + services. + + .. code-block:: ini + + [DEFAULT] + trove_auth_url + os_region_name + nova_proxy_admin_user + nova_proxy_admin_pass + nova_proxy_admin_tenant_id + nova_proxy_admin_tenant_name + nova_proxy_admin_user_domain_name + nova_proxy_admin_project_domain_name |