[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-8307?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14352677#comment-14352677
 ] 

Ramamurti Subramanian commented on CLOUDSTACK-8307:
---------------------------------------------------

I used the below bash script to create domains...


DOMAIN=1
while [ $DOMAIN -le 25 ] ; do
   curl 
"http://127.0.0.1:8096/client/api?command=createDomain&name=Domain${DOMAIN}";
   ((DOMAIN++))
done

> UI not showing all Domains
> --------------------------
>
>                 Key: CLOUDSTACK-8307
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8307
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the 
> default.) 
>          Components: UI
>    Affects Versions: 4.5.0
>            Reporter: Ramamurti Subramanian
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to