Summary: Move location of nic commands in commands.properties.in

Signed-off-by: Marcus Sorensen <marcus@betterservers.com> 1359477027 -0700
This commit is contained in:
Marcus Sorensen 2013-01-29 09:30:27 -07:00
parent 52c35a89a6
commit 77da8856f7

View File

@ -257,10 +257,6 @@ extractVolume=15
migrateVolume=15
resizeVolume=15
addNicToVirtualMachine=15
removeNicFromVirtualMachine=15
updateDefaultNicForVirtualMachine=15
#### registration command: FIXME -- this really should be something in management server that
#### generates a new key for the user and they just have to
#### use that key...the key is stored in the db associated w/
@ -324,6 +320,11 @@ listNetworks=15
restartNetwork=15
updateNetwork=15
#### nic commands ####
addNicToVirtualMachine=15
removeNicFromVirtualMachine=15
updateDefaultNicForVirtualMachine=15
#### SSH key pair commands
registerSSHKeyPair=15
createSSHKeyPair=15