Re: [Openstack] Gnocchi (Pandas) error, ValueError: buffer source array is read-only...

2017-02-17 Thread Martinx - ジェームズ
Awesome! I've sent an e-mail to Ubuntu Devel and James Page about that... :-) On 17 February 2017 at 16:32, Chuck Short wrote: > Hi > > Uploading a fix now. > > On Fri, Feb 17, 2017 at 3:55 PM, Martinx - ジェームズ < > thiagocmarti...@gmail.com> wrote: > >> Thank you, that's precisely what happened!

Re: [Openstack] Gnocchi (Pandas) error, ValueError: buffer source array is read-only...

2017-02-17 Thread Chuck Short
Hi Uploading a fix now. On Fri, Feb 17, 2017 at 3:55 PM, Martinx - ジェームズ wrote: > Thank you, that's precisely what happened! Filling a bug report ASAP... > > On 17 February 2017 at 13:48, Mehdi Abaakouk wrote: > >> On Fri, Feb 17, 2017 at 01:14:11PM -0500, Martinx - ジェームズ wrote: >> >>> "ERROR

Re: [Openstack] Where is Ceilometer endpoint? Is it with Gnocchi now!?

2017-02-17 Thread Martinx - ジェームズ
Bug reported: https://bugs.launchpad.net/aodh/+bug/1665784 On 17 February 2017 at 13:08, Martinx - ジェームズ wrote: > I see... Maybe that page is right, and the Aodh one is wrong (outdated)... > > I tried to install Ceilometer-API, didn't worked as expected (dispacher is > gnocchi), its log prints:

Re: [Openstack] Gnocchi (Pandas) error, ValueError: buffer source array is read-only...

2017-02-17 Thread Martinx - ジェームズ
Thank you, that's precisely what happened! Filling a bug report ASAP... On 17 February 2017 at 13:48, Mehdi Abaakouk wrote: > On Fri, Feb 17, 2017 at 01:14:11PM -0500, Martinx - ジェームズ wrote: > >> "ERROR gnocchi.storage._carbonara ValueError: buffer source array is >> read-only" >> >> > * Using U

Re: [Openstack] [OpenStack] vlan_transparent configuration

2017-02-17 Thread Kostyantyn Volenbovskyi
Hi, VLAN transparency is not supported for OVS mechanism driver. Maybe somewhere in future - that was reported, for example in [1] Maybe you would consider using ‘VLAN aware VMs’ aka Neutron trunk ports, [2]? BR, Konstantin [1] https://bugs.launchpad.net/neutron/+bug/1604222

Re: [Openstack] Gnocchi (Pandas) error, ValueError: buffer source array is read-only...

2017-02-17 Thread Mehdi Abaakouk
On Fri, Feb 17, 2017 at 01:14:11PM -0500, Martinx - ジェームズ wrote: "ERROR gnocchi.storage._carbonara ValueError: buffer source array is read-only" * Using Ubuntu 16.04 + Ocata Cloud Archive Staging PPA. It seems Ubuntu 16.04 ship pandas 0.17, while Gnocchi required 0.18. You should open a b

Re: [Openstack] Gnocchi (Pandas) error, ValueError: buffer source array is read-only...

2017-02-17 Thread Mehdi Abaakouk
On Fri, Feb 17, 2017 at 01:14:11PM -0500, Martinx - ジェームズ wrote: Guys, I'm trying to install and configure Gnocchi but, the following error appear the its Metricd log: https://paste.ubuntu.com/24014963/ "ERROR gnocchi.storage._carbonara ValueError: buffer source array is read-only" Somethin

[Openstack] Gnocchi (Pandas) error, ValueError: buffer source array is read-only...

2017-02-17 Thread Martinx - ジェームズ
Guys, I'm trying to install and configure Gnocchi but, the following error appear the its Metricd log: https://paste.ubuntu.com/24014963/ "ERROR gnocchi.storage._carbonara ValueError: buffer source array is read-only" Something related to Python Pandas... What is this about and how to fix

Re: [Openstack] Where is Ceilometer endpoint? Is it with Gnocchi now!?

2017-02-17 Thread Martinx - ジェームズ
I see... Maybe that page is right, and the Aodh one is wrong (outdated)... I tried to install Ceilometer-API, didn't worked as expected (dispacher is gnocchi), its log prints: --- WARNING ceilometer.api.app [-] Note: Ceilometer API is deprecated; use APIs from Aodh (alarms), Gnocchi (metrics) and

[Openstack] [OpenStack] vlan_transparent configuration

2017-02-17 Thread Xu, Rongjie (Nokia - CN/Hangzhou)
Hi, I want to use vlan_transparent feature of neutron. What shall I do to enable this feature? Here is what I currently have done: enable following option on both controller and compute and restart neutron related services. /etc/neutron/neutron.conf vlan_transparent = True With this configurat

Re: [Openstack] Where is Ceilometer endpoint? Is it with Gnocchi now!?

2017-02-17 Thread Tobias Urdin
Hello, You are correct, please report a bug by clicking the "bug report" link on that page. https://docs.openstack.org/project-install-guide/telemetry/draft/install-base-ubuntu.html Best regards On 02/17/2017 06:14 AM, Martinx - ? wrote: Guys, According to the new doc: https://docs.ope

Re: [Openstack] [openstack-dev] Ceilometer event-list empty

2017-02-17 Thread Sam Huracan
Hi Gordon, I've solved this issue. I've checked event.sample queue and it has no information. My publishers config of event_pipeline.yaml: - notifier://?topic=alarm.all, therefore event information are poured only into alarm queue, instead of event queue. After I add - notifier:// and - notifier