Files
openstack-setup/scripts/add_allowed_to_port.sh
Matthias Hinrichs 18c0ba0660 first commit
2025-06-12 14:50:39 +02:00

11 lines
450 B
Bash
Executable File

#!/bin/bash
openstack port set --allowed-address=ip-address=$1 0e8cfb8d-b69c-4c59-b968-74fc181ac917
openstack port set --allowed-address=ip-address=$1 395d5414-67f9-4f04-97fe-2d890016223c
openstack port set --allowed-address=ip-address=$1 d460aad0-ef6e-4e7f-8531-901aa053f2f5
openstack port show 0e8cfb8d-b69c-4c59-b968-74fc181ac917
openstack port show 395d5414-67f9-4f04-97fe-2d890016223c
openstack port show d460aad0-ef6e-4e7f-8531-901aa053f2f5