diff --git a/src/sunstone/models/SunstoneServer.rb b/src/sunstone/models/SunstoneServer.rb index cc3c256532..007d8853dc 100644 --- a/src/sunstone/models/SunstoneServer.rb +++ b/src/sunstone/models/SunstoneServer.rb @@ -61,7 +61,7 @@ class SunstoneServer # ############################################################################ def get_pool(kind) - user_flag = -1 + user_flag = -2 pool = case kind when "cluster" then ClusterPoolJSON.new(@client) when "host" then HostPoolJSON.new(@client)