mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-26 16:05:58 +03:00
[GH-ISSUE #44] Feature Requests #30
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webvirtcloud#30
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
---> let them use a predefined set of flavors?
---> multiple root users?
Is there any way to use these features? This would be awesome :)
@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
@savichev commented on GitHub (Aug 10, 2015):
I think the right thing to do special group
@ghost commented on GitHub (Dec 2, 2015):
+1
Allow user to create a new instance
@Geramy commented on GitHub (Sep 27, 2016):
+1