# User Right to Create VM using Images (CloudView)

**URL:** https://forum.opennebula.io/t/user-right-to-create-vm-using-images-cloudview/4852
**Category:** Product Support
**Created:** [August 29, 2017, 9:11am UTC](https://forum.opennebula.io/t/user-right-to-create-vm-using-images-cloudview/4852 "2017-08-29T09:11:54Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![KleewaldGmbH](https://yyz1.discourse-cdn.com/flex031/user_avatar/forum.opennebula.io/kleewaldgmbh/32/5339_2.png) [@KleewaldGmbH](https://forum.opennebula.io/u/KleewaldGmbH)
#### Post date: [August 29, 2017, 9:11am UTC](https://forum.opennebula.io/t/user-right-to-create-vm-using-images-cloudview/4852/1 "2017-08-29T09:11:54Z")

</div>

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!

 ![image](https://canada1.discourse-cdn.com/flex031/uploads/opennebula/original/2X/2/284eb4f939117a918285f87ee663f878243f2772.jpg)

---

<div class="post-metadata">

### Author: ![KleewaldGmbH](https://yyz1.discourse-cdn.com/flex031/user_avatar/forum.opennebula.io/kleewaldgmbh/32/5339_2.png) [@KleewaldGmbH](https://forum.opennebula.io/u/KleewaldGmbH)
#### Post date: [August 29, 2017, 9:39am UTC](https://forum.opennebula.io/t/user-right-to-create-vm-using-images-cloudview/4852/2 "2017-08-29T09:39:47Z")

</div>

My Rights are standard :

 ![image](https://canada1.discourse-cdn.com/flex031/uploads/opennebula/original/2X/c/c3dabdace686aedcc9e57a6d880d41e246c571d1.jpg)

---

<div class="post-metadata">

### Author: ![jfontan](https://yyz1.discourse-cdn.com/flex031/user_avatar/forum.opennebula.io/jfontan/32/18_2.png) [@jfontan](https://forum.opennebula.io/u/jfontan)
#### Post date: [August 30, 2017, 10:18am UTC](https://forum.opennebula.io/t/user-right-to-create-vm-using-images-cloudview/4852/3 "2017-08-30T10:18:46Z")

</div>

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:

```auto
        provision_tabs:
            flows: true
            templates: false

```

to:

```auto
        provision_tabs:
            flows: true
            templates: true

```

After that restart Sunstone server.
