mirror of https://github.com/apache/cloudstack.git
bug 10088: Fixed apiXmlDoc generator to generate correct set of domain admin commands - got broken by checkin fff4112c0b2407e754318ea31f2f1bb7e92b8f12 "Introducing a new user role in cloudstack called RESOURCE_DOMAIN_ADMIN"
status 10088: resolved fixed
This commit is contained in:
parent
cad16ed27f
commit
40d4bbeb11
|
|
@ -55,7 +55,7 @@ import com.thoughtworks.xstream.XStream;
|
|||
public class ApiXmlDocWriter {
|
||||
public static final Logger s_logger = Logger.getLogger(ApiXmlDocWriter.class.getName());
|
||||
|
||||
private static final short DOMAIN_ADMIN_COMMAND = 2;
|
||||
private static final short DOMAIN_ADMIN_COMMAND = 4;
|
||||
private static final short USER_COMMAND = 8;
|
||||
private static LinkedHashMap<Object, String> all_api_commands = new LinkedHashMap<Object, String>();
|
||||
private static LinkedHashMap<Object, String> domain_admin_api_commands = new LinkedHashMap<Object, String>();
|
||||
|
|
|
|||
Loading…
Reference in New Issue