Contents
Table of Contents maxLevel 4 include .* exclude Contents
maxLevel | 4 |
---|---|
include | .* |
exclude | Contents |
Major Features
For each top-level feature, identify the name, url, description, etc. User-facing features are used directly by end users.
...
shiro.ini is no longer exposed in ODL Nitrogen. A more robust mechanism is provided to configure AAA in ODL Nitrogen based on the clustered-app-config framework. A migration utility is provided and may be run by invoking the following:
python bin/upgrade/convert-shiro-ini-to-rest-payload <filename>
An XML payload is output to stdout, which can be used as a PUT payload to the aaa-app-config REST endpoint to maintain configuration from a previous version. An alternative is to write the resulting payload to the initial application config:
...