[Yahoo-eng-team] [Bug 1727260] [NEW] Nova assumes that a volume is fully detached from the compute if the volume is not defined in the instance's libvirt definition

2017-10-25 Thread sahid
Public bug reported: During a volume detach operation, Nova compute attempts to remove the volume from libvirt for the instance before proceeding to remove the storage lun from the underlying compute host. If Nova discovers that the volume was not found in the instance's libvirt definition then it

[Yahoo-eng-team] [Bug 1727262] [NEW] L3 agent config option to pass provider:physical_network while creating HA network

2017-10-25 Thread venkata anil
Public bug reported: In a customer environment, they are using sriov and openvswitch like below mechanism_drivers = openvswitch,sriovnicswitch [ml2_type_vlan] network_vlan_ranges=ovs:1300:1500,sriov:1300:1500 but sriov is enabled only on compute nodes and openvswitch on controllers. When first HA

[Yahoo-eng-team] [Bug 1727266] [NEW] archive_deleted_instances is not atomic for insert/delete

2017-10-25 Thread Belmiro Moreira
Public bug reported: Description === Archive deleted instances first moves deleted rows to the shadow tables and then deletes the rows from the original tables. However, because it does 2 different selects (to get the rows to insert and to delete) we can have the case that a row is not ins

[Yahoo-eng-team] [Bug 1726364] Re: Quota calulated when instance poweroff

2017-10-25 Thread LiweiWang
Rather than deleting a powered off instance, I may want to keep it (because I will use it later). But I could not start anthor instance, when there are free cup or ram in fact. Isn't that a waste? ** Changed in: nova Status: Invalid => New -- You received this bug notification because you

[Yahoo-eng-team] [Bug 1727325] [NEW] Not found a procedure to create database

2017-10-25 Thread Ryoga Saito
Public bug reported: This bug tracker is for errors with the documentation, use the following as a template and remove or add fields as you see fit. Convert [ ] into [x] to check boxes: - [ ] This doc is inaccurate in this way: This document has no procedure to create - [ ] This is a doc addit

[Yahoo-eng-team] [Bug 1727324] [NEW] Install and configure (SUSE) in glance

2017-10-25 Thread Ryoga Saito
Public bug reported: This bug tracker is for errors with the documentation, use the following as a template and remove or add fields as you see fit. Convert [ ] into [x] to check boxes: - [ ] This doc is inaccurate in this way: This document has no procedure to create - [ ] This is a doc addit

[Yahoo-eng-team] [Bug 1727323] [NEW] A procedure is missing in the article 'Install and configure (Red Hat) in glance'

2017-10-25 Thread Ryoga Saito
Public bug reported: This bug tracker is for errors with the documentation, use the following as a template and remove or add fields as you see fit. Convert [ ] into [x] to check boxes: - [x] This doc is inaccurate in this way: This document has no procedure to create database 'glance'. - [ ] T

[Yahoo-eng-team] [Bug 1727328] [NEW] Inspite of "Listener protocol HTTPS and pool protocol HTTP are not compatible" pool entry is getting added to neutron db

2017-10-25 Thread Puneet Arora
Public bug reported: I created lbaas-listener using HTTPS protocol and lbaas-pool using HTTP. I got exception "Listener protocol HTTPS and pool protocol HTTP are not compatible" which is acceptable. But after this when I check neutron lbaas-pool-list , it shows pool being added. So exception came

[Yahoo-eng-team] [Bug 1723856] Re: lbaasv2 tests fail with error

2017-10-25 Thread Rico Lin
** No longer affects: heat -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1723856 Title: lbaasv2 tests fail with error Status in neutron: In Progress Bug description: Noticed at:

[Yahoo-eng-team] [Bug 1727342] [NEW] Failed to delete lbaas-pool if L7 policy/rules attached to that pool

2017-10-25 Thread Puneet Arora
Public bug reported: Created LoadBalancer, Listener, Pool, members and healthmonitor. After this created L7 policy using above pool created and also added L7 rule in policy. When I am trying to delete pool directly without deleting L7 policy then exception raises on prompt. $ neutron lbaas-pool

[Yahoo-eng-team] [Bug 1727369] [NEW] _supports_direct_io() check fails on shared storage

2017-10-25 Thread Pavel Gluschak
Public bug reported: When instances are deployed on multiple compute nodes concurrently and instance_path is set to shared storage (i.e. Virtuozzo Storage), that doesn't support concurrent write operations on the same file, _supports_direct_io() fails with OSError: [Errno 16] Device or resource bu

[Yahoo-eng-team] [Bug 1685333] Re: Fatal Python error: Cannot recover from stack overflow. - in py35 unit test job

2017-10-25 Thread Matt Riedemann
** Changed in: nova Status: Confirmed => Fix Released ** Changed in: nova/pike Status: Confirmed => In Progress ** Changed in: nova/pike Assignee: (unassigned) => Matt Riedemann (mriedem) ** Changed in: nova Assignee: (unassigned) => Matt Riedemann (mriedem) -- You rece

[Yahoo-eng-team] [Bug 1607345] Re: Collect all logs needed to debug curtin/cloud-init for each deployment

2017-10-25 Thread Chad Smith
=== cloud-init SRU Verification output === --- xenial root@test-xenial:~# ubuntu-bug cloud-init *** Collecting problem information The collected information can be sent to the developers to improve the application. This might take a few minutes. . *** Your device details (lshw) may b

[Yahoo-eng-team] [Bug 1715994] Re: mount-image-callback lxd: is broken with lxd 2.17

2017-10-25 Thread Scott Moser
** No longer affects: cloud-init -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to cloud-init. https://bugs.launchpad.net/bugs/1715994 Title: mount-image-callback lxd: is broken with lxd 2.17 Status in cloud-utils: Confirmed St

[Yahoo-eng-team] [Bug 1727358] Re: cloud-init is slow to complete init on minimized images

2017-10-25 Thread Scott Moser
Could you run cloud-init collect-logs And then attach the cloud-init.tar.gz Also, Can you provide some information on what you were running? " cloud-init is slow to complete init on minimized images " How can I recreate this? One curious thing there is: 2017-10-25 13:22:07,157 - util.py[WARN

[Yahoo-eng-team] [Bug 1727527] [NEW] cloud-init 0.7.5 doesn't honor the apt: proxy: setting, needs apt_proxy instead

2017-10-25 Thread Daniel Manrique
Public bug reported: When passing a profile with an apt proxy defined in cloud-config data, it isn't honored for Ubuntu 14.04, but it is for 16.04 and 17.10 (I've only tried those). Steps to reproduce: This uses lxd as I initially ran into this while trying to have a profile that would automatic

[Yahoo-eng-team] [Bug 1727527] Re: cloud-init 0.7.5 doesn't honor the apt: proxy: setting, needs apt_proxy instead

2017-10-25 Thread Scott Moser
Older versions of cloud init only supported the apt_proxy setting. Newer versions support the newer 'apt' top level key. They also convert support the old format. Documentation that comes in the package installed will mention the older in example. We just did not use rtd in 0.7.5 so you won't find

[Yahoo-eng-team] [Bug 1727558] [NEW] libvirt driver ignores 'disk_cachemodes' configuration setting

2017-10-25 Thread melanie witt
Public bug reported: The libvirt driver is ignoring the 'disk_cachemodes' configuration setting and is always setting "cache='none'" in the device xml. For example, with a setting in nova.conf of "disk_cachemodes=network=writeback": Expected result: # virsh dumpxml | grep cache   

[Yahoo-eng-team] [Bug 1720873] Re: config drive guide was not migrated from openstack-manuals

2017-10-25 Thread OpenStack Infra
*** This bug is a duplicate of bug 1714017 *** https://bugs.launchpad.net/bugs/1714017 Reviewed: https://review.openstack.org/514723 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=59bd2f6adc1777c7c8d7a2f442be965fecb573a0 Submitter: Zuul Branch:master commit 59bd2f6a

[Yahoo-eng-team] [Bug 1691274] Re: Error on adding duplicated secgroup

2017-10-25 Thread OpenStack Infra
Reviewed: https://review.openstack.org/465173 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=083bc89f99e007c400b9f89c63ac0459da910df8 Submitter: Zuul Branch:master commit 083bc89f99e007c400b9f89c63ac0459da910df8 Author: Hongbin Lu Date: Tue May 16 20:54:25 2017 +

[Yahoo-eng-team] [Bug 1727578] [NEW] [RFE]Support apply qos policy in VPN service

2017-10-25 Thread zhaobo
Public bug reported: Issue --- For site to site type VPN, we need to limit the bandwidth of the VPN services, as the VPN tunnel will cost the bandwidth from the outside public bandwidth provided by the ISP or other organizations.That means it is not free. The openstack provider or users sh

[Yahoo-eng-team] [Bug 1726871] Re: AttributeError: 'BlockDeviceMapping' object has no attribute 'uuid'

2017-10-25 Thread OpenStack Infra
Reviewed: https://review.openstack.org/514825 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=1ca191fcc4d809c991c23dedc951bbe7206edf1d Submitter: Zuul Branch:master commit 1ca191fcc4d809c991c23dedc951bbe7206edf1d Author: Matt Riedemann Date: Tue Oct 24 16:45:57 2017 -0

[Yahoo-eng-team] [Bug 1727328] Re: Inspite of "Listener protocol HTTPS and pool protocol HTTP are not compatible" pool entry is getting added to neutron db

2017-10-25 Thread Akihiro Motoki
neutron-lbaas bug is tracked in not neutron but octavia project ** Project changed: neutron => octavia -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1727328 Title: Inspite of "Listener

[Yahoo-eng-team] [Bug 1727342] Re: Failed to delete lbaas-pool if L7 policy/rules attached to that pool

2017-10-25 Thread Akihiro Motoki
** Project changed: neutron => octavia -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1727342 Title: Failed to delete lbaas-pool if L7 policy/rules attached to that pool Status in octav

[Yahoo-eng-team] [Bug 1727598] [NEW] API to list free ips

2017-10-25 Thread machi
Public bug reported: Need API that can show the unused ip address in a IP pool range. ** Affects: neutron Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launc

[Yahoo-eng-team] [Bug 1727602] [NEW] nova-specs: tests.test_titles.TestTitles.test_template fails

2017-10-25 Thread Takashi NATSUME
Public bug reported: In nova-specs, tests.test_titles.TestTitles.test_template fails when 'tox -e py27' is executed. stack@devstack-master:/tmp/nova-specs$ tox -e py27 py27 develop-inst-nodeps: /tmp/nova-specs py27 installed: alabaster==0.7.10,Babel==2.5.1,certifi==2017.7.27.1,chardet==3.0.4,css