Browse Source
Previously access to the sshd running by the nova-migration-target container is only limited via the sshd_config. While login is not possible from other networks, the service is reachable via all networks. This change limits the access to the NovaLibvirt and NovaApi networks which are used for cold and live-migration. Change-Id: Ie868463143af66c7004dbcacefde76ca0977880echanges/31/784031/5
2 changed files with 35 additions and 3 deletions
@ -0,0 +1,8 @@
|
||||
--- |
||||
fixes: |
||||
- | |
||||
Previously access to the sshd running by the nova-migration-target |
||||
container is only limited via the sshd_config. While login is |
||||
not possible from other networks, the service is reachable via |
||||
all networks. This change limits the access to the NovaLibvirt |
||||
and NovaApi networks which are used for cold and live-migration. |
Loading…
Reference in new issue