mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-21 13:03:10 +01:00
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
980dd69478
commit
c0bca3c24d
@ -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…
x
Reference in New Issue
Block a user