[Openstack] Cinder error while creating volume

2016-04-08 Thread Krzysztof Grobelak
Hello List, I have following error while creating a new volume: 2016-04-08 12:08:35.940 3202 WARNING cinder.volume.manager [req-edb0c9fe-f697-4bbf-ba1c-dd8170ed267c 6848edd37e3f4d2aa507254a962c3c0e 24d9d646b6df4ff2bcf5aec3c34701df - - -] Task 'cinder.volume.flows.manager.create_volume.ExtractV

[Openstack] [ceilometer] Polling interval behaving differently between Juno and Liberty

2016-04-08 Thread rezroo
Hi - I have been using ceilometer in devstack for a while, and what I used to be able to do is modify pipeline.yaml to set the polling interval for "name: cpu_source" to 60, and then publish it using udp. The diff for the changes are below for the Liberty pipeline.yaml: /stack@vlab:/etc/cei

[Openstack] Can we send requests directly on a bare metal machine?

2016-04-08 Thread Alexandr Porunov
Hello, I want to use only these projects: - Object Storage (Swift) - Bare Metal (Ironic) - Telemetry (Ceilometer) - Image Service (Glance) Do I need Controllers and Neutron nodes for using them? Can we send requests directly on a bare metal machine without passing them through controller/neutron

[Openstack] [Ironic] Can we send requests directly on a bare metal machine?

2016-04-08 Thread Alexandr Porunov
On Fri, Apr 8, 2016 at 8:56 PM, Alexandr Porunov wrote: > Hello, > > I want to use only these projects: > - Object Storage (Swift) > - Bare Metal (Ironic) > - Telemetry (Ceilometer) > - Image Service (Glance) > > Do I need Controllers and Neutron nodes for using them? > Can we send requests direc

Re: [Openstack] all projects status?

2016-04-08 Thread CHOW Anthony
This link is for the Mikata release and I find it useful: http://releases.openstack.org/mitaka/index.html From: Francisco Araya [mailto:franci...@sentinel.la] Sent: Wednesday, April 06, 2016 4:39 PM To: CHOW Anthony Cc: Adam Lawson; openstack Subject: Re: [Openstack] all projects status? The Pro

Re: [Openstack] [ceilometer] Polling interval behaving differently between Juno and Liberty

2016-04-08 Thread Nadya Shakhat
Hello, Reza! Thank you very much for this question. Your understanding is correct. In Liberty in Ceilometer we did a refactoring which has changed the behaviour in the way you've described. Let me try to explain in details. Each cpu_util sample is the sample which is derived from cpu ones. In Jun

Re: [Openstack] [keystone] publicurl vs adminurl reachability

2016-04-08 Thread rezroo
Hi - Can you or anyone else explain the technical reason for admin endpoint being deprecated? Is it because domain admins have to create user/project using public endpoint, or something more benign - like we don't think it matters in terms of security, and are deprecating the admin endpoint? T