From 39efa6cd2e111a9b0cac4f236df47c785bf5bf44 Mon Sep 17 00:00:00 2001 From: Alena Prokharchyk Date: Tue, 12 Jun 2012 14:11:22 -0700 Subject: [PATCH] Temporarely disabling resource tags commands until gen_toc.py is fixed. --- client/tomcatconf/commands.properties.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/tomcatconf/commands.properties.in b/client/tomcatconf/commands.properties.in index 24480c679a1..be4f333135a 100755 --- a/client/tomcatconf/commands.properties.in +++ b/client/tomcatconf/commands.properties.in @@ -334,6 +334,6 @@ listNetworkDevice=com.cloud.api.commands.ListNetworkDeviceCmd;1 deleteNetworkDevice=com.cloud.api.commands.DeleteNetworkDeviceCmd;1 #### Tags commands -createTags=com.cloud.api.commands.CreateTagsCmd;15 +#createTags=com.cloud.api.commands.CreateTagsCmd;15 #deleteTags=com.cloud.api.commands.DeleteTagsCmd;15 -listTags=com.cloud.api.commands.ListTagsCmd;15 +#listTags=com.cloud.api.commands.ListTagsCmd;15