[GH-ISSUE #44] Feature Requests #30

Open
opened 2026-02-27 15:57:04 +03:00 by kerem · 4 comments
Owner

Originally created by @MaxPower87 on GitHub (Aug 6, 2015).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/44

We want to use this tool in our company...but we miss some features.

  • give users permission to create a new VM
    ---> let them use a predefined set of flavors?
    ---> multiple root users?
  • create a new custom instance without the need of choosing an HDD (just create a new one)

Is there any way to use these features? This would be awesome :)

Originally created by @MaxPower87 on GitHub (Aug 6, 2015). Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/44 We want to use this tool in our company...but we miss some features. - give users permission to create a new VM ---> let them use a predefined set of flavors? ---> multiple root users? - create a new custom instance without the need of choosing an HDD (just create a new one) Is there any way to use these features? This would be awesome :)
Author
Owner

@MaxPower87 commented on GitHub (Aug 6, 2015):

I found a workaround.
You can give a user superuser permissions.
just open the db.sqlite3 file with your sqlite3 client:

sqlite3 /srv/webvirtcloud/db.sqlite3
update auth_user set is_superuser = 1 where username = 'USERNAME';

And then you have a new superuser who can see all the VMs.

Maybe this helps

<!-- gh-comment-id:128408155 --> @MaxPower87 commented on GitHub (Aug 6, 2015): I found a workaround. You can give a user superuser permissions. just open the db.sqlite3 file with your sqlite3 client: sqlite3 /srv/webvirtcloud/db.sqlite3 update auth_user set is_superuser = 1 where username = 'USERNAME'; And then you have a new superuser who can see all the VMs. Maybe this helps
Author
Owner

@savichev commented on GitHub (Aug 10, 2015):

I think the right thing to do special group

<!-- gh-comment-id:129293970 --> @savichev commented on GitHub (Aug 10, 2015): I think the right thing to do special group
Author
Owner

@ghost commented on GitHub (Dec 2, 2015):

+1
Allow user to create a new instance

<!-- gh-comment-id:161289008 --> @ghost commented on GitHub (Dec 2, 2015): +1 Allow user to create a new instance
Author
Owner

@Geramy commented on GitHub (Sep 27, 2016):

+1

<!-- gh-comment-id:249747212 --> @Geramy commented on GitHub (Sep 27, 2016): +1
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/webvirtcloud#30
No description provided.