User Right to Create VM using Images (CloudView)

Hey there!

i have a problem, but i dont find the solution by myself. I dont have the option for all users, that i can not create a VM over the CloudView using my images (permissions set to: Use / other). There has to be a + to create a VM but it is not there. What did i have to do ?

THANKS!

My Rights are standard :

There is a bug in cloud_vcenter view and it does not display the VM creation button. While it is not fixed you can enable template tab changing the file /etc/one/sunstone-views/cloud_vcenter.yaml from:

        provision_tabs:
            flows: true
            templates: false

to:

        provision_tabs:
            flows: true
            templates: true

After that restart Sunstone server.