Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

openstack subnet list

openstack network list

Image Added

Składnia polecenia: openstack port create --fixed-ip subnet=<subnet>,ip-address=<address> --network <network> <name>

Przykładowe polecenie: openstack port create --fixed-ip subnet=Internat_network_subnet,ip-address=192.168.5.200 --network Internat_network TestChangePort

Image Added

Port zostanie dodany do domyślnej grupy zabezpieczeń. Możemy to zmienić poleceniem: openstack port set --security-group <security-group> <port name>

...