[openstack-dev] [OpenStack-Dev][Cinder][Driver][Nimble] - Need Point of contact

2017-04-04 Thread nidhi.h...@wipro.com
Hi all, I was working on few bugs related to Nimble cinder driver. I needed some clarification. May i know right point of contact for this? Who from nimble should be contacted for their cinder driver bugs? Thanks Nidhi The information contained in this electronic message and any attac

Re: [openstack-dev] [OpenStack-Dev][DevStack][Neutron] devstack install - need help on local.conf settings

2017-06-02 Thread nidhi.h...@wipro.com
LANS=True TENANT_VLAN_RANGE=1000:1000 -- - Andreas IRC: andreas_s On Mi, 2017-01-18 at 06:59 +, nidhi.h...@wipro.com<mailto:nidhi.h...@wipro.com> wrote: > Hi All, > > > I was trying to install latest Newton version of OpenStack using > devstack on my laptop, all

[openstack-dev] [OpenStack-Dev][Python-NovaClient] Nova reset state - default state change.

2017-06-08 Thread nidhi.h...@wipro.com
Hello All, This is regarding bug https://launchpad.net/bugs/1674247 -- titled as Reset-state's default parameter needs correction review is going on at https://review.openstack.org/#/c/463477/2

[openstack-dev] [OpenStack-Dev][Python-NovaClient]- Removing option of specifying device name from nova volume attach command.

2017-06-08 Thread nidhi.h...@wipro.com
Hello All, This is regarding bug https://launchpad.net/bugs/1667269 titled as Nova volume-attach doesn't care for device name Review is going on at https://review.openstack.org/#/c/454048/ Description: [root@greglinux2 ~(keystone_admin)]# nova volume-attach e9c63adc-e837-4108-b5cf-10a8f147a5ab

[openstack-dev] [OpenStack-Dev][OpenStackClient] - Running functional tests

2017-07-03 Thread nidhi.h...@wipro.com
Hello all, I am running functional tests for openstackclient. By using this command sudo tox -efunctional It gives me this error setUpClass (openstackclient.tests.functional.volume.v3.test_snapshot.VolumeSnapshotTests)

[openstack-dev] [OpenStack-Dev][Nova] - https://launchpad.net/bugs/1667794 Changing hostname not to be treated as a pattern instead exact match will be done.

2017-07-14 Thread nidhi.h...@wipro.com
Hello all, This is regarding bug 1667794 as mentioned in subject. Its review is going on here. https://review.openstack.org/#/c/474949/ Bug is - Nova treats hostname as pattern Description Nova commands such as "hypervisor-list --matching ", host-evacuate-live and host-evacuate and few more, tre

Re: [openstack-dev] [OpenStack-Dev][Nova] - https://launchpad.net/bugs/1667794 Changing hostname not to be treated as a pattern instead exact match will be done.

2017-07-25 Thread nidhi.h...@wipro.com
servers api which from cli which directs that exact match is to be done in url. http://10.141.67.190:8774/v2.1/os-hypervisors/wipro/servers?exact_match=true and query parameter then interpreted in server side code and behave as desired. In this case we will have choice to not affect at undesired

Re: [openstack-dev] [OpenStack-Dev][Nova] - https://launchpad.net/bugs/1667794 Changing hostname not to be treated as a pattern instead exact match will be done.

2017-07-25 Thread nidhi.h...@wipro.com
rs api which from cli which directs that exact match is to be done in url. http://10.141.67.190:8774/v2.1/os-hypervisors/wipro/servers?exact_match=true and query parameter then interpreted in server side code and behave as desired. In this case we will have choice to not affect at undesired commands.

Re: [openstack-dev] [OpenStack-Dev][Nova] - https://launchpad.net/bugs/1667794 Changing hostname not to be treated as a pattern instead exact match will be done.

2017-07-26 Thread nidhi.h...@wipro.com
Thanks Matt, Thanks for explaining this well. and bug is being taken care by chris now. Thanks Nidhi -Original Message- From: Matt Riedemann [mailto:mriede...@gmail.com] Sent: Wednesday, July 26, 2017 10:06 PM To: OpenStack Development Mailing List (not for usage questions) Subject: