From f436c147b81655a332878941c957a7ea3b7335e4 Mon Sep 17 00:00:00 2001 From: anthony Date: Thu, 15 Dec 2011 11:47:41 -0800 Subject: [PATCH] SWIFT : add swift api --- client/tomcatconf/commands.properties.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client/tomcatconf/commands.properties.in b/client/tomcatconf/commands.properties.in index 323a04c7a0a..5f7a90b8fd5 100755 --- a/client/tomcatconf/commands.properties.in +++ b/client/tomcatconf/commands.properties.in @@ -178,6 +178,10 @@ listAlerts=com.cloud.api.commands.ListAlertsCmd;3 #### system capacity commands listCapacity=com.cloud.api.commands.ListCapacityCmd;3 + +#### swift commands^M +addSwift=com.cloud.api.commands.AddSwiftCmd;1 + #### host commands addHost=com.cloud.api.commands.AddHostCmd;3