5e5a02418f
Because of temporarily very unstable gate so close to RC1 deadline, aggregating several RC1 targeted changes into one patch to make deadline. Included changes: Temporarily disabled replica tempest test because of instability. Update URL home-page in documents according to document migration Author: Luong Anh Tuan <tuanla@vn.fujitsu.com> Policy library loads only .yaml, .yml Also skip-continue rather than exit congress on loading failure (for example because of incorrect format or file system error) Update auth_url in manual testing script To work with latest keystone/devstack. Add sample outputs from manual testing scripts Add documentation and update release notes for policy library Add auto-generated config reference Part of doc-migration work Closes-Bug: 1706158 Change-Id: If2606739f02418d14251dccc4d3a5f9fe10ca48f
14 lines
577 B
YAML
14 lines
577 B
YAML
---
|
|
prelude: >
|
|
features:
|
|
- A library of useful policies an administrator can customize and import into
|
|
Congress. See documentation for more information.
|
|
https://docs.openstack.org/congress/latest/user/policy-library.html
|
|
upgrade:
|
|
- A new config option `policy_library_path` is added to the [DEFAULT]
|
|
section. The string option specifies the directory from which
|
|
Congress will load pre-written policies for easy activation later
|
|
by an administrator.
|
|
This option can be ignored if you do not want
|
|
Congress to load pre-written policies from files.
|