Re: [Openstack] installation of Gnocchi on Queens

2018-09-04 Thread Corey Bryant
On Fri, Aug 31, 2018 at 10:57 AM, Mehdi Abaakouk wrote: > On Fri, Aug 31, 2018 at 03:54:50PM +0100, Terry Lundin wrote: > >> >> >> On 31/08/18 15:42, Mehdi Abaakouk wrote: >> >>> On Fri, Aug 31, 2018 at 01:27:46PM +0100, Terry Lundin wrote: >>> Hello, We are trying to install ceilo

[Openstack] Viewing VM's hypervisors as a non-admin user?

2018-09-04 Thread Ken D'Ambrosio
Hey, all. We've got a Juno cloud, and it would be really handy for some of our engineers if they could see which VMs wound up on which hypervisors. I'm unsure how to make that happen; I'm afraid the documentation on the options of the policy.json file is a bit opaque. How would I go about ma

Re: [Openstack] Viewing VM's hypervisors as a non-admin user?

2018-09-04 Thread Bernd Bausch
It’s probably this policy rule: "os_compute_api:os-extended-server-attributes": "rule:admin_api" See also http://git.openstack.org/cgit/openstack/nova/tree/nova/policies/extended_server_attributes.py Bernd > On Sep 5, 2018, at 4:20, Ken D'Ambrosio wrote: > > Hey, all. We've got a Juno clou

Re: [Openstack] Viewing VM's hypervisors as a non-admin user?

2018-09-04 Thread Mohammed Naser
hostId in the API exposes that without telling you the exact host On Tue, Sep 4, 2018 at 4:49 PM Bernd Bausch wrote: > > It’s probably this policy rule: > > "os_compute_api:os-extended-server-attributes": "rule:admin_api" > > > See also > http://git.openstack.org/cgit/openstack/nova/tree/nova/pol