[Yahoo-eng-team] [Bug 1607317] [NEW] metadata def namespace update CLI is not working as expected for parameter "protected"

2016-07-28 Thread Mh Raies
Public bug reported: In v2 glance metadata def namespace update API, it is observed that when we are updating protected parameter with different invalid values, it updates this parameter inappropriately. Following CLI update output shows this behavior - # Create a v2

[Yahoo-eng-team] [Bug 1605537] Re: Action name should be returned during Forbidden Exception to make the message more informative.

2016-07-27 Thread Mh Raies
** Changed in: glance Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1605537 Title: Action name should be returned during Forbidden Exception

[Yahoo-eng-team] [Bug 1473909] [NEW] Error message during nova delete (Esxi based devstack setup using ovsvapp sollution)

2015-07-13 Thread Mh Raies
Public bug reported: I am trying https://github.com/openstack/networking-vsphere/tree/master/devstack; for OVSvApp solution , consisting 3 DVS. 1. Trunk DVS 2. Management DVS 3. Uplink DVS I am using Esxi based devstack setup using vCenter. Also I am working with stable kilo. I could

[Yahoo-eng-team] [Bug 1031139] Re: quota-show should return error for invalid tenant id

2015-04-30 Thread Mh Raies
Assignee: Amandeep (rattenpal-amandeep) = Mh Raies (raiesmh08) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1031139 Title: quota-show should return error

[Yahoo-eng-team] [Bug 1398329] [NEW] Wrong filtering during nova list --tenant non admin tenant

2014-12-02 Thread Mh Raies
Public bug reported: I am using DevStack development environment. I have sourced admin user and admin tenant using command - ''source openrc admin admin Again I have booted two servers - test-server-1 test-server-2 During nova list, I have used tenant filtering here. 1. admin tenant 2. demo

[Yahoo-eng-team] [Bug 1369955] [NEW] Double delete a floating ip range using nova-manage command does not return not found error

2014-09-16 Thread Mh Raies
Public bug reported: I performed following steps - 1. Create a single floating IP (it may in CIDR format also) root@mc1:/home/ubuntu# nova-manage floating create --pool test-nova --ip_range 68.99.26.170 2. List floating IPs root@mc1:/home/ubuntu# nova-manage floating list None

[Yahoo-eng-team] [Bug 1365259] [NEW] Lack of failure information (Failure due to host key verification failure)displayed, during instance migration from one host to another

2014-09-03 Thread Mh Raies
Public bug reported: I am using (1 controller + compute1 + compute 2) openstack environment. During live migrate server from one compute host to another using CLI - If migration is failed due to host key verification failure from one compute host to another, then failure information should be

[Yahoo-eng-team] [Bug 1359092] Re: During snapshot create using nova CLI, unable to use optional arguments

2014-08-22 Thread Mh Raies
Hi Shushma - Yes, you are right --show/--poll will come after action and it will work. FYI - you have used --pool, otherwise it will also work. Thanks :) Making it invalid ** Changed in: python-novaclient Status: Confirmed = Invalid ** Changed in: python-novaclient Assignee:

[Yahoo-eng-team] [Bug 1359092] [NEW] During snapshot create using nova CLI, unable to use optional arguments

2014-08-20 Thread Mh Raies
Public bug reported: I am creating a VM snapshot using nova CLI - Set of operations and error are as below - 1. nova cli help === [raies@localhost cli_services]$ nova help image-create usage: nova image-create [--show] [--poll] server name Create a new image by taking a snapshot of a running

[Yahoo-eng-team] [Bug 1359140] [NEW] NotImplementedError during nova network-create

2014-08-20 Thread Mh Raies
Public bug reported: I am using devstack development environment. my localrc file is as - ENABLED_SERVICES+=,q-svc,q-agt,q-dhcp,q-l3,q-meta DEST=/opt/stack disable_service n-net enable_service tempest API_RATE_LIMIT=False VOLUME_BACKING_FILE_SIZE=4G VIRT_DRIVER=libvirt SWIFT_REPLICAS=1 export

[Yahoo-eng-team] [Bug 1359035] [NEW] Unable to feel significance of nova net-create

2014-08-19 Thread Mh Raies
Public bug reported: When I create network using - #nova net-create Test-net 10.0.0.0/8 follwing error is received - ERROR (ClientException): Create networks failed (HTTP 503) (Request-ID: req-00cca4f8-ec13-44b0-99ac-05573c1da49b) nova-api-logs are as --- 2014-08-20 10:21:26.412 ERROR

[Yahoo-eng-team] [Bug 1340664] [NEW] openstack+ceph glance image create stuck in datastore rbd mode

2014-07-11 Thread Mh Raies
Public bug reported: I have 3 node ceph-cluster + 1 node openstack (legacy networking and remote cinder volume node) ceph health == OK On OpenStack node I have configured glance-1pi.conf as - default_store = file rbd_store_ceph_conf = /etc/ceph/ceph.conf rbd_store_user = glance rbd_store_pool

[Yahoo-eng-team] [Bug 1333103] [NEW] wrong_info_is_displayed_during_no_probe_neutron_debug_probe_clear

2014-06-23 Thread Mh Raies
Public bug reported: Take a case, when there is no probe present. In this case if we try to clear probes using following CLI - #neutron-debug probe-clear it should ideally give a message like - Nothing to delete/clear or No probe is present to clear But when I tries above command following is

[Yahoo-eng-team] [Bug 1312002] [NEW] nova cell-show cell name fails in devstack development environment

2014-04-24 Thread Mh Raies
Public bug reported: I am using devstack development environment with n-cell enabled in localrc. When I call API to list all cells a cell with name child is explored. Again when I try to cell-show this cell child call is failed with an error response 500. following is the operations