Just a note on this. I recently added functionality in Grizzly that will allow
specified non-admin users to use this functionality.
https://bugs.launchpad.net/nova/+bug/1070880
Not useful for non-admins in Folsom I'm afraid but, the functionality should
work for the admin context.
From: opensta
Hi all,
I have a fairly recent installation of nova running in a test environment here
and I'm having trouble with the availability_zone option on boot.
It seems that just prior to nova.compute.api:create being called
availability_zone is set to None. It's set to None by default when the functi
Hi all,
Currently I'm trying to track how a refresh of the security groups is handled
(upon creation or deletion of a vm). Following through the code I get to
'do_refresh_security_group_rules' in libvirt/firewall.py. Up to this point the
security group in question has been carried through howev