Re: [Openstack] unexpected distribution of compute instances in queens

2018-11-27 Thread Zufar Dhiyaulhaq
Hi, Thank you. I am able to fix this issue by adding this configuration into nova configuration file in controller node. driver=filter_scheduler Best Regards Zufar Dhiyaulhaq On Tue, Nov 27, 2018 at 5:01 PM Zufar Dhiyaulhaq wrote: > Hi Smooney, > sorry for the last reply. I am attaching wron

Re: [Openstack] [Cinder] Cinder New Tag Release

2018-11-27 Thread Chhavi Agarwal
I could see that the Unit tests are run against the latest oslo.messaging from the master, and source tree is old. http://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt oslo.messaging===9.2.1 [root@ip9-114-192-185 cinder-es]# grep install_command tox.ini install_comman

Re: [Openstack] [Cinder] Cinder New Tag Release

2018-11-27 Thread Sean McGinnis
On Tue, Nov 27, 2018 at 1:05 PM iain MacDonnell wrote: > > >> Want to know if we can have a new Cinder tag release to incorporate > >> the new fixes. > > > > [attempting to cross-post to openstack-discuss] > > > > Cinder 13.x releases are OpenStack Rocky, and the upper-constraints for > > Rocky [

Re: [Openstack] [Cinder] Cinder New Tag Release

2018-11-27 Thread iain MacDonnell
On 11/27/18 10:52 AM, iain MacDonnell wrote: On 11/27/18 4:52 AM, Chhavi Agarwal wrote: With the current tagged release of Openstack Cinder ( 13.0.1 ) https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_openstack_cinder_releases_tag_13.0.1&d=DwICaQ&c=RoP1YumCXCgaWHvlZYR8PZh8Bv7qIr

Re: [Openstack] [Cinder] Cinder New Tag Release

2018-11-27 Thread iain MacDonnell
On 11/27/18 4:52 AM, Chhavi Agarwal wrote: With the current tagged release of Openstack Cinder ( 13.0.1 ) https://github.com/openstack/cinder/releases/tag/13.0.1 we are hitting the below issue https://bugs.launchpad.net/cinder/+bug/1796759 This got fixed with change set https://review.opens

Re: [Openstack] IMPORTANT: We're combining the lists!

2018-11-27 Thread Jeremy Stanley
REMINDER: The openstack, openstack-dev, openstack-sigs and openstack-operators mailing lists (to which this was sent) are being replaced by a new openstack-disc...@lists.openstack.org mailing list. The new list[0] has been open for posts from subscribers since Monday November 19, and the old lists

[Openstack] [Cinder] Cinder New Tag Release

2018-11-27 Thread Chhavi Agarwal
Hi All, With the current tagged release of Openstack Cinder ( 13.0.1 ) https://github.com/openstack/cinder/releases/tag/13.0.1 we are hitting the below issue https://bugs.launchpad.net/cinder/+bug/1796759 This got fixed with change set https://review.openstack.org/#/c/608768/ which is not a par

Re: [Openstack] unexpected distribution of compute instances in queens

2018-11-27 Thread Zufar Dhiyaulhaq
Hi Smooney, sorry for the last reply. I am attaching wrong configuration files. This is my nova configuration (added randomization from your suggestion) from the master node (Template jinja2 based). [DEFAULT] osapi_compute_listen = {{ hostvars[inventory_hostname]['ansible_ens3f1']['ipv4']['address

Re: [Openstack] unexpected distribution of compute instances in queens

2018-11-27 Thread Zufar Dhiyaulhaq
Hi Smooney, thank you for your help. I am trying to enable randomization but not working. The instance I have created is still in the same node. Below is my nova configuration (added randomization from your suggestion) from the master node (Template jinja2 based). [DEFAULT] enabled_apis = osapi_c