11 lines
450 B
Bash
Executable File
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 |