blob: c318d41e42beab116d1434f7d81ccfb83ef681ef [file] [log] [blame]
Vladislav Naumov43e41542017-09-26 14:15:42 +03001---
2summary: >
3 change OS-cloud credentials defining process
4
5upgrades:
6 * 'cacert_path' and 'cafile' variables for Security Audit and Cleanup services were changed to:
7
8 .. code-block:: yaml
9 security_monkey_openstack:
10 source_credentials: source/path/for/os/credentials/on/env
11 service_credentials: path/to/os/credentials/in/service/container
12
13 janitor_monkey_openstack:
14 source_credentials: source/path/for/os/credentials/on/env
15 service_credentials: path/to/os/credentials/in/service/container
16
17 Now you do not need to specify cert-file properly, need to define directory only.
18 Cert-file named 'cert.pem' by default for all services.
19 'source_credentials' equal to 'oss_openstack_credentials_path'.
20
21 * 'oss_openstack_cert_path' was changed to:
22
23 .. code-block:: yaml
24
25 oss_openstack_credentials_path: source/path/for/os/credentials/on/env
26
27 .. code-block:: text
28
29 Changes affect cluster and system levels.
30
31fixes:
32 - https://mirantis.jira.com/browse/PROD-14863
33 - https://mirantis.jira.com/browse/PROD-14870
34
35other:
36 * full change-list:
37 https://gerrit.mcp.mirantis.net/#/q/topic:os-creds+(status:open+OR+status:merged)