Allow relevant commands access to users public SSH key

To support the workflow of adding a users public SSH key from the
``openstack`` and ``nova`` CLI commands add the
``ssh-public-keys`` interface.

Change-Id: I667ed8d82393a8edb5d37ca00770fcc4aa8665b6
Closes-Bug: #1898089
This commit is contained in:
Frode Nordahl 2020-10-02 22:29:30 +02:00
parent d5386e2d4e
commit 1e9e3eae24
1 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,7 @@ apps:
- network
- home
- dot-config-openstack-clouds-yaml
- ssh-public-keys
glance:
command: bin/glance
plugs:
@ -50,6 +51,7 @@ apps:
plugs:
- network
- home
- ssh-public-keys
cinder:
command: bin/cinder
plugs: