
Adds a 'Rotate Credential' cluster action as a drop down menu item for clusters. This invokes PATCH /v1/credential/{cluster-uuid} against the credential API in Magnum. Change-Id: I44c667dbb34df1bd5835720a1c39337d6b11a34e Signed-off-by: Matthew Northcott <matthewnorthcott@catalystcloud.nz>
9 lines
354 B
Plaintext
9 lines
354 B
Plaintext
# Requirements lower bounds listed here are our best effort to keep them up to
|
|
# date but we do not test them so no guarantee of having them all correct. If
|
|
# you find any incorrect lower bounds, let us know or propose a fix.
|
|
pbr!=2.1.0,>=2.0.0 # Apache-2.0
|
|
python-magnumclient>=4.9.0 # Apache-2.0
|
|
python-heatclient>=1.18.0
|
|
|
|
horizon>=17.1.0 # Apache-2.0
|