horizon/releasenotes/notes/bp-ng-keypairs-876c38a1a8aed60f.yaml
Shu Muto 5424c6306a Add create and import key pair actions
This patch adds create and import keypair actions into
Angularized key pair panel as global action.

Also, to load public key from file, this patch uses
load-edit directive.

To use load-edit directive from angular-schema-form,
i.e. from separated scope, this patch enables to configure
callback function to get content of textarea in load-edit.

Change-Id: Ie38bff8fba90de99095b589d70da45dcb202fa56
Imprements: blueprint ng-keypair
Needed-By: I3d6ae0b513120cf50c89b40234b602b816adfd48
Needed-By: I9200baa585c18095656d0459c649391b61b553a2
2017-12-14 15:44:44 +09:00

12 lines
565 B
YAML

---
features:
- |
[`blueprint ng-keypairs <https://blueprints.launchpad.net/horizon/+spec/ng-keypairs>`_]
AngularJS-based Key Pairs panel is added. The features in the legacy
panel are fully implemented. The Key Pairs panel now may be configured
to use either the legacy or AngularJS-based codes.
The ANGULAR_FEATURES setting now allows for a `key_pairs_panel`.
If set to True, then the AngularJS-Based Key Pairs panel will be used,
while the Django version will be used if set to False. Default value
for key_pairs_panel is True.