Merge branch 'bug/14367' into release/0.10.2
commit5fc0ddaf4e9d24f39e5cf0a361f642f3154379fa
authorChance Zibolski <chance.zibolski@gmail.com>
Fri, 16 Aug 2013 19:03:38 +0000 (16 12:03 -0700)
committerChance Zibolski <chance.zibolski@gmail.com>
Fri, 16 Aug 2013 19:03:38 +0000 (16 12:03 -0700)
tree9f03f85576af4a7dd609f7161d477bdf14c15106
parent788371c6a426e5ed135d27b77aac0a112fb15fb7
parent02a011436ed5a0a9a39807d9d5e0c59a3aa99aaf
Merge branch 'bug/14367' into release/0.10.2

* bug/14367:
  Change test names
  Add new tests to support create_vm permissions for owners
  Change permissions to admin or create_vm
  Test owner_qs with users in groups.
  Test cluster_qs with users (no groups)
  Fix repr in ClusterUser.
  Allow changing password with create_user
  Separate out filtering groups into its own function
  Sort owner_qs and owner_qs_for_superuser by name
  Change imports to owner_qs
  Add owner_qs to replace owner_qs_for_cluster
  Make groups available as owners in create vm
ganeti_web/forms/virtual_machine.py