mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-1890: listProjects is not listing state in the response.
This commit is contained in:
parent
f2ad38aa0f
commit
f52820f2fd
|
|
@ -25,9 +25,9 @@ import javax.persistence.Enumerated;
|
|||
import javax.persistence.Id;
|
||||
import javax.persistence.Table;
|
||||
|
||||
import com.cloud.projects.Project.State;
|
||||
import com.cloud.server.ResourceTag.TaggedResourceType;
|
||||
import com.cloud.utils.db.GenericDao;
|
||||
import com.cloud.vm.VirtualMachine.State;
|
||||
|
||||
import org.apache.cloudstack.api.Identity;
|
||||
import org.apache.cloudstack.api.InternalIdentity;
|
||||
|
|
|
|||
Loading…
Reference in New Issue