From 77da8856f7c00fec3aab41b4b6dcc680c4c78c34 Mon Sep 17 00:00:00 2001 From: Marcus Sorensen Date: Tue, 29 Jan 2013 09:30:27 -0700 Subject: [PATCH] Summary: Move location of nic commands in commands.properties.in Signed-off-by: Marcus Sorensen 1359477027 -0700 --- client/tomcatconf/commands.properties.in | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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