diff --git a/client/tomcatconf/commands.properties.in b/client/tomcatconf/commands.properties.in index d13ccb0a5ee..8face84e4c7 100644 --- a/client/tomcatconf/commands.properties.in +++ b/client/tomcatconf/commands.properties.in @@ -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