Merge "Replace interface with port for attaching/detaching interfaces"

This commit is contained in:
Jenkins 2017-09-14 08:16:29 +00:00 committed by Gerrit Code Review
commit 9ce1f9ade2
2 changed files with 4 additions and 4 deletions

View File

@ -19,7 +19,7 @@ Baremetalcompute server
:command: baremetalcompute server add floating ip
.. autoprogram-cliff:: openstack.baremetal_compute.v1
:command: baremetalcompute server add interface
:command: baremetalcompute server add port
.. autoprogram-cliff:: openstack.baremetal_compute.v1
:command: baremetalcompute server lock
@ -34,7 +34,7 @@ Baremetalcompute server
:command: baremetalcompute server remove floating ip
.. autoprogram-cliff:: openstack.baremetal_compute.v1
:command: baremetalcompute server remove interface
:command: baremetalcompute server remove port
.. autoprogram-cliff:: openstack.baremetal_compute.v1
:command: baremetalcompute server set

View File

@ -51,8 +51,8 @@ openstack.baremetal_compute.v1 =
baremetalcompute_server_netinfo = moganclient.osc.v1.server:ShowServerNetworkInfo
baremetalcompute_server_add_floating_ip = moganclient.osc.v1.server:AddFloatingIP
baremetalcompute_server_remove_floating_ip = moganclient.osc.v1.server:RemoveFloatingIP
baremetalcompute_server_add_interface = moganclient.osc.v1.server:AddInterface
baremetalcompute_server_remove_interface = moganclient.osc.v1.server:RemoveInterface
baremetalcompute_server_add_port = moganclient.osc.v1.server:AddInterface
baremetalcompute_server_remove_port = moganclient.osc.v1.server:RemoveInterface
baremetalcompute_console_url_show = moganclient.osc.v1.server:ShowConsoleURL
baremetalcompute_availability_zone_list = moganclient.osc.v1.availability_zone:ListAvailabilityZone
baremetalcompute_keypair_create = moganclient.osc.v1.keypair:CreateKeyPair