Re: [Openstack-operators] feedback on pymysql

2016-11-18 Thread Jesse Pretorius
From: Matt Fischer As a part of our upgrades to Newton we are transitioning our services to use pymysql rather than the deprecated MySQL-Python [1]. I believe pymsql has been the default in devstack and the gate for sometime now and that MySQL-Python is essentially untested and not updated, h

Re: [Openstack-operators] [OpenStack-docs] [OpenStack-operators] [docs][upgrades] time to add official docs for upgrading services?

2016-11-18 Thread Steve Martinelli
On Thu, Nov 17, 2016 at 11:04 PM, darren chan wrote: > Good timing, I was about to send a follow-up email about this spec. > > I agree, this content needs to be more visible, which is why the spec > proposed to move upgrade notes to the Upgrades chapter in the Operations > Guide. However, it seem

Re: [Openstack-operators] [openstack-dev] [openstack-ansible] pip issues

2016-11-18 Thread Achi Hamza
Thank you Jesse. So should i set the parameter haproxy_ssl to false in the default folder of the haproxy_server role or somewhere else ? On 18 November 2016 at 13:43, Jesse Pretorius < [email protected]> wrote: > Ah, then that’s the cause. You can’t have both external and internal >

Re: [Openstack-operators] [openstack-dev] [openstack-ansible] pip issues

2016-11-18 Thread Jesse Pretorius
I *think* you’d have to set the following in your /etc/openstack_deploy/user_vriables.yml file: openstack_service_publicuri_proto: http openstack_external_ssl: false haproxy_ssl: false I might be missing more, but that should get you started. From: Achi Hamza Date: Friday, November 18, 2016 at

Re: [Openstack-operators] [ceilometer] what is cpu_util: directly measured or derived?

2016-11-18 Thread gordon chung
hi, if you're using libvirt driver than it's derived. i assume the CPUUtilPollster you're referencing is the instance pollster[1] and not the node pollster[2]. this pollster is used by other hypervisor polling. there was a patch for libvirt driver to use libvirt native functionality to retriev

Re: [Openstack-operators] [openstack-dev] [openstack-ansible] pip issues

2016-11-18 Thread Achi Hamza
It worked :) Thanks a lot Jesse for helping through the troubleshooting process. On 18 November 2016 at 15:35, Jesse Pretorius < [email protected]> wrote: > I **think** you’d have to set the following in your > /etc/openstack_deploy/user_vriables.yml file: > > > > openstack_service_

[Openstack-operators] Subscribe to release-announces to get future OpenStack release announcements !

2016-11-18 Thread Thierry Carrez
Hi everyone, As OpenStack produces more deliverables (and some projects do frequent intermediary releases within the cycle), release announcements have been creating a lot of noise on the openstack-announce and openstack-dev mailing-lists, sometimes creating distraction away from more important an

Re: [Openstack-operators] [ceilometer] what is cpu_util: directly measured or derived?

2016-11-18 Thread Danek Duvall
gordon chung wrote: > if you're using libvirt driver than it's derived. I'm not, actually; I'm writing my own, for Solaris zones (for Mitaka; I forgot to mention that). > i assume the CPUUtilPollster you're referencing is the instance > pollster[1] and not the node pollster[2]. Yes. > this pol