[Yahoo-eng-team] [Bug 1615922] [NEW] pci device object doesn't set correctly during rolling upgrade

2016-08-22 Thread Hiroyuki Eguchi
Public bug reported: I'm evaluating a rolling upgrade from liberty to mitaka in sr-iov environment. The following error occurred in resource_tracker in case controller node is mitaka and compute node is liberty. Error updating resources for node overcloud-compute-0.localdomain: Cannot load

[Yahoo-eng-team] [Bug 1614561] Re: db.bw_usage_update can update multiple db records

2016-08-22 Thread OpenStack Infra
Reviewed: https://review.openstack.org/250807 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=51575f872218df16c4e43f242f1db3eab792a332 Submitter: Jenkins Branch:master commit 51575f872218df16c4e43f242f1db3eab792a332 Author: Pavel Kholkin Date:

[Yahoo-eng-team] [Bug 1615919] [NEW] BGP: DVR fip has next_hop to snat gateway after associate first time

2016-08-22 Thread LIU Yulong
Public bug reported: ENV: stable/mitaka When A DVR floating IP associate to a port, the `floatingip_update_callback` will immediately start a `start_route_advertisements` to notify DR agent that FIP bgp route. But this bgp route is not right, its next_hop is set to snat gateway IP address. And

[Yahoo-eng-team] [Bug 1614361] Re: tox.ini needs to be updated as openstack infra now supports upper constraints

2016-08-22 Thread avnish
** No longer affects: openstack-ansible -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1614361 Title: tox.ini needs to be updated as openstack infra now supports upper constraints

[Yahoo-eng-team] [Bug 1614361] Re: tox.ini needs to be updated as openstack infra now supports upper constraints

2016-08-22 Thread OpenStack Infra
Reviewed: https://review.openstack.org/358408 Committed: https://git.openstack.org/cgit/openstack/mistral/commit/?id=4ecca5717cc07d1f004be2f7c660336b6c32d043 Submitter: Jenkins Branch:master commit 4ecca5717cc07d1f004be2f7c660336b6c32d043 Author: lvdongbing

[Yahoo-eng-team] [Bug 1614361] Re: tox.ini needs to be updated as openstack infra now supports upper constraints

2016-08-22 Thread avnish
** No longer affects: neutron ** Changed in: networking-ovn Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1614361 Title: tox.ini needs to be updated as

[Yahoo-eng-team] [Bug 1558679] Re: Live block migration fails with TypeError exception in driver.py

2016-08-22 Thread Launchpad Bug Tracker
[Expired for OpenStack Compute (nova) because there has been no activity for 60 days.] ** Changed in: nova Status: Incomplete => Expired -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova).

[Yahoo-eng-team] [Bug 1614361] Fix proposed to trove (master)

2016-08-22 Thread OpenStack Infra
Fix proposed to branch: master Review: https://review.openstack.org/358943 ** Changed in: zaqar Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1615908] [NEW] dummy BDM record if reserve_block_device_name timeout

2016-08-22 Thread Felix Ma
Public bug reported: When attaching a volume, nova-api will initiate a rpc call to nova- compute to run reserve_block_device_name: def _attach_volume(self, context, instance, volume_id, device, disk_bus, device_type): """Attach an existing volume to an existing

[Yahoo-eng-team] [Bug 1615903] [NEW] free_disk_gb is not correctly, because swap disk size is not minus.

2016-08-22 Thread Charlotte Han
Public bug reported: 1. code in compute/resource_tracker.py def _update_usage(self, usage, sign=1): mem_usage = usage['memory_mb'] disk_usage = usage.get('root_gb', 0) overhead = self.driver.estimate_instance_overhead(usage) mem_usage += overhead['memory_mb']

[Yahoo-eng-team] [Bug 1615899] [NEW] [api-ref]: "Show images" should be changed to "List images"

2016-08-22 Thread Ha Van Tu
Public bug reported: Image Service API v2: developer.openstack.org/api-ref/image/v2/index.html#show-images I think "show images" should be changed to "list images" to standardize API methods (list, show, create, update, delete) ** Affects: glance Importance: Undecided Assignee: Ha

[Yahoo-eng-team] [Bug 1615888] [NEW] integration test failed with non-en locale

2016-08-22 Thread Jim
Public bug reported: When running integration test without en locale, it failed. I found that current integration test cases, e.g., integration_tests/tests/test_login.py, hard code the expected text rather than load the text from translation messages. ** Affects: horizon Importance:

[Yahoo-eng-team] [Bug 1615883] [NEW] The server_group_members quota cannot work when bulk boot instances

2016-08-22 Thread Zhenyu Zheng
Public bug reported: The server_group_members quota cannot work when bulk boot instances as the instance_group object was read once from db in: https://git.openstack.org/cgit/openstack/nova/tree/nova/compute/api.py#n1137 and was not updated while doing _provision_instances, when we doing bulk

[Yahoo-eng-team] [Bug 1614361] Re: tox.ini needs to be updated as openstack infra now supports upper constraints

2016-08-22 Thread OpenStack Infra
Reviewed: https://review.openstack.org/358564 Committed: https://git.openstack.org/cgit/openstack/ironic-inspector/commit/?id=f3fd06fab532c999202ddb8637d7cce9de1bf0f3 Submitter: Jenkins Branch:master commit f3fd06fab532c999202ddb8637d7cce9de1bf0f3 Author: AvnishPal

[Yahoo-eng-team] [Bug 1615572] Re: db vs migration mismatch in fwaas tables

2016-08-22 Thread YAMAMOTO Takashi
i still see mismatches on pgsql ** Changed in: neutron Status: Fix Released => New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1615572 Title: db vs migration mismatch in

[Yahoo-eng-team] [Bug 1615577] Re: fwaas db migration faliure with postgres

2016-08-22 Thread YAMAMOTO Takashi
this is not a duplicate of 1615572. i don't think https://review.openstack.org/#/c/358728/ fixed this. ** This bug is no longer a duplicate of bug 1615572 db vs migration mismatch in fwaas tables -- You received this bug notification because you are a member of Yahoo! Engineering Team,

[Yahoo-eng-team] [Bug 1615852] [NEW] Store names in Glance not in sync with the store names used in glance_store

2016-08-22 Thread Dharini Chandrasekar
Public bug reported: In the file: https://github.com/openstack/glance/blob/master/glance/common/location_strategy/store_type.py#L57-L63, there is a mapping for stores and their corresponding schemes. The store names in this dictionary however is not in sync with the stores actually accepted

[Yahoo-eng-team] [Bug 1609071] Re: test_list_pagination_with_href_links fails intermittently

2016-08-22 Thread Armando Migliaccio
I got a more recent failure, that postdates the fix for bug 1607903 http://logs.openstack.org/18/337518/1/gate/gate-neutron-dsvm- api/7dc1856/ ** This bug is no longer a duplicate of bug 1607903 test_list_pagination_with_marker failure in PortsSearchCriteriaTest ** Description changed:

[Yahoo-eng-team] [Bug 1611533] Re: ml2 transaction_guard broke out of tree plugins

2016-08-22 Thread Armando Migliaccio
** Changed in: neutron Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1611533 Title: ml2 transaction_guard broke out of tree plugins Status

[Yahoo-eng-team] [Bug 1615828] Re: test_floating_mangle_rules fails with mismatch error

2016-08-22 Thread Armando Migliaccio
Ok I see what's happening, this is an example of two competing changes ending up in the gate interleaving and thus causing a failure in the merge phase.. ** Changed in: neutron Status: Confirmed => Invalid -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1611596] Re: recent routerports unique key change broke out-of-tree plugins

2016-08-22 Thread Armando Migliaccio
Fixed by: https://review.openstack.org/#/c/353263/ ** Changed in: neutron Status: In Progress => Fix Released ** Changed in: networking-midonet Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1615572] Re: db vs migration mismatch in fwaas tables

2016-08-22 Thread Armando Migliaccio
https://review.openstack.org/#/c/358728/ should have fixed the issues, Please reopen if not. ** Changed in: neutron Importance: Undecided => Critical ** Changed in: neutron Status: In Progress => Fix Released ** Changed in: networking-midonet Status: New => Invalid -- You

[Yahoo-eng-team] [Bug 1608346] Re: test breakage due to config refactoring

2016-08-22 Thread Armando Migliaccio
Neutron stadium patches have merged. ** Changed in: neutron Importance: Undecided => Critical ** Changed in: neutron Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1615828] [NEW] test_floating_mangle_rules fails with mismatch error

2016-08-22 Thread Armando Migliaccio
Public bug reported: http://logs.openstack.org/09/336609/1/gate/gate-neutron-python27-ubuntu- xenial/31d11e0/testr_results.html.gz ft23.24: neutron.tests.unit.agent.l3.test_dvr_local_router.TestDvrRouterOperations.test_floating_mangle_rules_StringException: Empty attachments: stdout

[Yahoo-eng-team] [Bug 1615820] [NEW] test_undo_router_interface_change_on_csnat_error_revert_failure fails with integrity constraint violation

2016-08-22 Thread Armando Migliaccio
Public bug reported: http://logs.openstack.org/53/358753/1/check/gate-neutron-python27 -ubuntu-xenial/d8f4b7e/testr_results.html.gz WARNING [neutron.quota.resource_registry] subnetpool is already registered WARNING [neutron.quota.resource_registry] port is already registered WARNING

[Yahoo-eng-team] [Bug 1615822] [NEW] desired azure cleanups

2016-08-22 Thread Scott Moser
Public bug reported: When doing some recent cleanups of azure datasource, we found a couple desires a.) it'd be nice if cloud-init automatically used 'fabric' if no agent (waagent) was available. b.) I didn't understand why we have a test test_exception_fetching_fabric_data_doesnt_propagate

[Yahoo-eng-team] [Bug 1615715] Re: ip6tables-restore fails

2016-08-22 Thread Armando Migliaccio
** Changed in: neutron Status: Incomplete => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1615715 Title: ip6tables-restore fails Status in neutron: Invalid Bug

[Yahoo-eng-team] [Bug 1577960] Re: [2.0b4] After commissioning, subnet lists 'observed' IP address for machines

2016-08-22 Thread Andres Rodriguez
** Changed in: maas Status: Incomplete => Invalid -- 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/1577960 Title: [2.0b4] After commissioning, subnet lists 'observed' IP address

[Yahoo-eng-team] [Bug 1615788] Re: Microversions URL missing in Nova docs.

2016-08-22 Thread Andreas Jaeger
** Project changed: openstack-manuals => nova -- 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/1615788 Title: Microversions URL missing in Nova docs. Status in OpenStack

[Yahoo-eng-team] [Bug 1613251] Re: HAproxy scenario tests cleanup fail with a StaleDataError (LBaaSv1 and LBaaSv2)

2016-08-22 Thread OpenStack Infra
Reviewed: https://review.openstack.org/351490 Committed: https://git.openstack.org/cgit/openstack/neutron-lbaas/commit/?id=8614790d9eb0ee717b467919b09f08b44f682333 Submitter: Jenkins Branch:master commit 8614790d9eb0ee717b467919b09f08b44f682333 Author: Nir Magnezi

[Yahoo-eng-team] [Bug 1615788] [NEW] Microversions URL missing in Nova docs.

2016-08-22 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: http://docs.openstack.org/developer/nova/api_plugins.html Above page has "microversions specific document" link which shows up "The requested URL /developer/nova/api_microversions.html was not found on this server" ** Affects: nova Importance:

[Yahoo-eng-team] [Bug 1607751] Re: Schema for enabling users breaks keystoneclient and other projects

2016-08-22 Thread OpenStack Infra
Reviewed: https://review.openstack.org/348881 Committed: https://git.openstack.org/cgit/openstack/python-keystoneclient/commit/?id=2b3258dcd0581e3a1291bd0e9277698b5631dced Submitter: Jenkins Branch:master commit 2b3258dcd0581e3a1291bd0e9277698b5631dced Author: Boris Bobrov

[Yahoo-eng-team] [Bug 1615763] [NEW] CommandError: An error occurred during rendering

2016-08-22 Thread Eric K
Public bug reported: Repeatedly seeing the following error during devstack setup in tempest tests in Congress (for example: http://logs.openstack.org/57/356157/4/check/gate-congress-dsvm- api/70474ca/logs/devstack-early.txt.gz [also attached]). Any idea whether it's a horizon bug or devstack bug

[Yahoo-eng-team] [Bug 1615763] [NEW] CommandError: An error occurred during rendering

2016-08-22 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: Repeatedly seeing the following error during devstack setup in tempest tests in Congress (for example: http://logs.openstack.org/57/356157/4/check/gate-congress-dsvm- api/70474ca/logs/devstack-early.txt.gz [also attached]). Any idea whether it's a horizon

[Yahoo-eng-team] [Bug 1614014] Re: Networking configuration options in Configuration Reference

2016-08-22 Thread Matt Kassawara
** Project changed: openstack-manuals => neutron -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1614014 Title: Networking configuration options in Configuration Reference Status in

[Yahoo-eng-team] [Bug 1614361] Re: tox.ini needs to be updated as openstack infra now supports upper constraints

2016-08-22 Thread OpenStack Infra
Reviewed: https://review.openstack.org/358571 Committed: https://git.openstack.org/cgit/openstack/murano/commit/?id=5ff901ba1f2353fa783fb7318de2460a4fa722f0 Submitter: Jenkins Branch:master commit 5ff901ba1f2353fa783fb7318de2460a4fa722f0 Author: AvnishPal

[Yahoo-eng-team] [Bug 1614014] [NEW] Networking configuration options in Configuration Reference

2016-08-22 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: Reference to depricated option "segment_mtu" in Networking configuration options in Configuration Reference In link: http://docs.openstack.org/mitaka/config- reference/networking/networking_options_reference.html#agent For option: network_device_mtu =

[Yahoo-eng-team] [Bug 1614361] Re: tox.ini needs to be updated as openstack infra now supports upper constraints

2016-08-22 Thread Richard Theis
** Also affects: networking-ovn 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.launchpad.net/bugs/1614361 Title: tox.ini needs to be updated as openstack infra

[Yahoo-eng-team] [Bug 1615715] [NEW] ip6tables-restore fails

2016-08-22 Thread Serguei Bezverkhi
Public bug reported: 2016-08-22 11:54:58.697 1 DEBUG neutron.agent.linux.utils [-] Running command: ['sudo', 'neutron-rootwrap', '/etc/neutron/rootwrap.conf', 'ip', 'netns', 'exec', 'qrouter-baa3335b-0013-42dd-856a-64a5c2557a01', 'ip6tables-restore', '-n'] create_process

[Yahoo-eng-team] [Bug 1615710] [NEW] test_server_multi_create_auto_allocate failing with "Failed to allocate the network(s), not rescheduling"

2016-08-22 Thread Armando Migliaccio
Public bug reported: http://logs.openstack.org/93/356593/3/check/gate-tempest-dsvm-neutron- dvr/5396726/logs/testr_results.html.gz http://logs.openstack.org/78/355078/7/check/gate-tempest-dsvm-neutron- linuxbridge/913f31a/logs/testr_results.html.gz Traceback (most recent call last): File

[Yahoo-eng-team] [Bug 1615698] [NEW] developing.rst needs to be updated for new rolling upgrade approach

2016-08-22 Thread Henry Nash
Public bug reported: The existing developing.rst references the standard rolling upgrade approach where contract can't remove anything until X+2 etc. This needs to be updated for the new approach we have now merged. ** Affects: keystone Importance: Undecided Assignee: Henry Nash

[Yahoo-eng-team] [Bug 1615687] [NEW] Help text in Angular Images workflows is lacking

2016-08-22 Thread Rob Cresswell
Public bug reported: The help text in the following angular workflows is very sparse: - Create Image - Edit Image - Create Volume These files can be found at openstack_dashboard/static/app/core/images/steps/create- image/*/*.help.html We should drop the unnecessary 'Description' header and

[Yahoo-eng-team] [Bug 1615690] [NEW] TypeError with native openflow agent if no datapath_id returned

2016-08-22 Thread Inessa Vasilevskaya
Public bug reported: In case no datapath_id is returned (ex. deployment is broken in some way) the _get_dpid will raise TypeError while trying to process []. https://github.com/openstack/neutron/blob/master/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/ovs_bridge.py#L49 log -

[Yahoo-eng-team] [Bug 1511430] Re: live migration does not coordinate VM resume with network readiness

2016-08-22 Thread Gaudenz Steinlin
*** This bug is a duplicate of bug 1414559 *** https://bugs.launchpad.net/bugs/1414559 ** This bug has been marked a duplicate of bug 1414559 OVS drops RARP packets by QEMU upon live-migration - VM temporarily disconnected -- You received this bug notification because you are a member

[Yahoo-eng-team] [Bug 1608209] Re: manage.py not found

2016-08-22 Thread Rob Cresswell
There is a manage.py in upstream, so this is a distribution error. ** Changed in: horizon Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).

[Yahoo-eng-team] [Bug 1615676] [NEW] os-vif log messages corrupt and pollute test output

2016-08-22 Thread Jay Pipes
Public bug reported: When running unit tests with tox, os-vif logging pollutes the output of the testr runner and on multi-core machines, nearly always corrupts the output stream like so: http://paste.openstack.org/show/562213/ os-vif logging setup should be examined to ensure it is being

[Yahoo-eng-team] [Bug 1615666] [NEW] Nova config misses [cinder] insecure option

2016-08-22 Thread Sayali Lunkad
Public bug reported: Sample config generated does not contain insecure option needed for ssl. ** Affects: nova Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute

[Yahoo-eng-team] [Bug 1615107] Re: Total Gibibytes chart title should be in bold

2016-08-22 Thread OpenStack Infra
Reviewed: https://review.openstack.org/358103 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=ece7915bd4709adc0d1d759fc0683e82f7a42079 Submitter: Jenkins Branch:master commit ece7915bd4709adc0d1d759fc0683e82f7a42079 Author: Ying Zuo Date: Fri Aug

[Yahoo-eng-team] [Bug 1615632] [NEW] Horizon uses a table row class called 'status_unknown' when it should use 'table-warning'

2016-08-22 Thread Rob Cresswell
Public bug reported: We're adding extra handling for a table row 'status_unknown' class; we should just use bootstraps 'warning' class, and default to the bootstrap handling. ** Affects: horizon Importance: Low Assignee: Rob Cresswell (robcresswell) Status: New ** Changed in:

[Yahoo-eng-team] [Bug 1615371] Re: Restrict user private network cidr input

2016-08-22 Thread Rob Cresswell
Already documented in original patch, this is just an incorrect use of DocImpact. ** Changed in: horizon Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).

[Yahoo-eng-team] [Bug 1508442] Re: LOG.warn is deprecated

2016-08-22 Thread Hanxi Liu
** Also affects: panko Importance: Undecided Status: New ** Changed in: panko Assignee: (unassigned) => Hanxi Liu (hanxi-liu) ** No longer affects: panko -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack

[Yahoo-eng-team] [Bug 1615373] Re: Create Image when insufficient credentials

2016-08-22 Thread Rob Cresswell
The policy support for this has been in place since at least liberty (https://github.com/openstack/horizon/blob/stable/liberty/openstack_dashboard/dashboards/project/images/images/tables.py#L125) so this is just a configuration issue with TryStack. ** Changed in: horizon Status: New =>

[Yahoo-eng-team] [Bug 1590696] Re: neutron-lbaas: Devstack doesn't start agent properly

2016-08-22 Thread venkatamahesh
Now it is corrected and is working properly ** Changed in: neutron Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1590696 Title:

[Yahoo-eng-team] [Bug 1615613] [NEW] Live migration always fails when VNC/SPICE is listening at non-local, non-catch-all address

2016-08-22 Thread Paulo Matias
Public bug reported: When VNC or SPICE is configured to listen only at a specific IP address (e.g. on the management network in an OpenStack-Ansible deploy), the check performed by check_can_live_migrate_source always fails, because check_can_live_migrate_destination does not return the

[Yahoo-eng-team] [Bug 1611533] Re: ml2 transaction_guard broke out of tree plugins

2016-08-22 Thread YAMAMOTO Takashi
** Also affects: dragonflow Importance: Undecided Status: New ** Also affects: networking-odl Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1615577] Re: fwaas db migration faliure with postgres

2016-08-22 Thread YAMAMOTO Takashi
https://review.openstack.org/358541 ** Also affects: neutron Importance: Undecided Status: New ** Changed in: networking-midonet Importance: Undecided => Critical -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1615582] [NEW] Error: Unable to create the server. Unexpected API Error.

2016-08-22 Thread Tytus
Public bug reported: Description === After upgrading fresh OpenStack Liberty installation to Mitaka on Trusty with Juju, I am no longer able to create Nova instances. Steps to reproduce == * Install OpenStack Liberty with Juju from the attached "bundle.yaml" file. *

[Yahoo-eng-team] [Bug 1501860] Re: OpenStack Services functions should have its name with first letter lowercased

2016-08-22 Thread Vinay Mahuli
** No longer affects: juniperopenstack/trunk ** No longer affects: juniperopenstack -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bugs.launchpad.net/bugs/1501860 Title: OpenStack

[Yahoo-eng-team] [Bug 1615572] [NEW] db vs migration mismatch in fwaas tables

2016-08-22 Thread YAMAMOTO Takashi
Public bug reported: AssertionError: Models and migration scripts aren't in sync: [ ( 'remove_index', Index('firewall_group_id', Column('firewall_group_id', VARCHAR(length=36), ForeignKey(u'firewall_groups_v2.id'), ForeignKey(u'firewall_groups_v2.id'), table=, nullable=False),

[Yahoo-eng-team] [Bug 1615573] [NEW] When a user show a angular image panel, the request to get images is called twice

2016-08-22 Thread Kenji Ishii
Public bug reported: Reproduce 1. logged in horizon 2. display Project -> Compute -> Images In this case, horizon will request images but at the moment the request is called twice. As far as I confirmed, ResourceTableController is called twice. As a result, onResourceTypeNameChange also called

[Yahoo-eng-team] [Bug 1615545] [NEW] The parameter all_tenants should not be used by non-admins

2016-08-22 Thread Zhenyu Zheng
Public bug reported: In http://git.openstack.org/cgit/openstack/nova/tree/nova/api/openstack/compute/servers.py#n1099 the parameter "all_tenants" is also treated as an available parameter for non-admins, this search option should be strict to admin users. ** Affects: nova Importance:

[Yahoo-eng-team] [Bug 1502028] Re: cannot attach a volume when using multiple ceph backends

2016-08-22 Thread Kevin Zhao
In Mitaka, When I use nova to attach the volume to an instance(with Ceph), will get error: 2016-08-22 03:30:04.879 DEBUG nova.virt.libvirt.guest [^[[01;36mreq-af1bf2bd-5346-4b56-b68f-e22b44e32715 ^[[00;36mdemo demo] ^[[01;35mattach device xml:

[Yahoo-eng-team] [Bug 1613542] Re: tempest.conf doesn't contain $project in [service_available] section

2016-08-22 Thread Hanxi Liu
** Also affects: gnocchi Importance: Undecided Status: New ** Changed in: gnocchi Assignee: (unassigned) => Hanxi Liu (hanxi-liu) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone).

[Yahoo-eng-team] [Bug 1614361] Re: tox.ini needs to be updated as openstack infra now supports upper constraints

2016-08-22 Thread Hanxi Liu
** No longer affects: aodh ** No longer affects: gnocchi ** No longer affects: panko ** No longer affects: python-ceilometerclient ** No longer affects: python-gnocchiclient -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1614361] Re: tox.ini needs to be updated as openstack infra now supports upper constraints

2016-08-22 Thread Hanxi Liu
** Also affects: python-ceilometerclient Importance: Undecided Status: New ** Changed in: python-ceilometerclient Assignee: (unassigned) => Hanxi Liu (hanxi-liu) ** Also affects: panko Importance: Undecided Status: New ** Changed in: panko Assignee: (unassigned) =>

[Yahoo-eng-team] [Bug 1614092] Re: SRIOV - PF / VM that assign to PF does not get vlan tag

2016-08-22 Thread Moshe Levi
@Eran, Please discard my previous comment. It is not possible do config the vlan because you pass all the PF to the guest. The you should create the vlan by himself or cloud init. I am not aware of easy solution for this. ** Changed in: nova Status: Confirmed => Won't Fix ** Changed

[Yahoo-eng-team] [Bug 1615502] [NEW] LBAAS - housekeeping serive does not cleanup stale amphora VMs

2016-08-22 Thread chandrasekaran natarajan
Public bug reported: 1. Initially there were no spare VMs since the “spare_amphora_pool_size = 0” . [house_keeping] # Pool size for the spare pool spare_amphora_pool_size = 0 stack@hlm:~/scratch/ansible/next/hos/ansible$ nova list --all WARNING: Option "--all_tenants" is deprecated;

[Yahoo-eng-team] [Bug 1615498] [NEW] VMware: unable to launhc an instance on a 'portgroup' provider network

2016-08-22 Thread Gary Kotton
Public bug reported: The vmware_nsx NSX|V and DVS plugins enable a admin to create a provide network that points to an existing portgroup. One is uanble to spin up and instance on these networks. The trace is as follows: 2016-08-20 01:16:01.289 13629 TRACE nova.compute.manager [instance:

[Yahoo-eng-team] [Bug 1614361] Re: tox.ini needs to be updated as openstack infra now supports upper constraints

2016-08-22 Thread lvdongbing
** Also affects: ceilometer Importance: Undecided Status: New ** Changed in: ceilometer Assignee: (unassigned) => lvdongbing (dbcocle) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1611892] Re: Quickbooks Customer Support Phone Number 1-844-887-9236 (SUPPORT TEAM)

2016-08-22 Thread William Grant
** Project changed: nova => null-and-void ** Information type changed from Public to Private -- 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/1611892 Title: Quickbooks

[Yahoo-eng-team] [Bug 1611888] Re: 1844-887-9236 Quickbooks Activation Support Phone Number

2016-08-22 Thread William Grant
** Project changed: nova => null-and-void ** Information type changed from Public to Private -- 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/1611888 Title:

[Yahoo-eng-team] [Bug 1614361] Re: tox.ini needs to be updated as openstack infra now supports upper constraints

2016-08-22 Thread lvdongbing
** Also affects: mistral Importance: Undecided Status: New ** Changed in: mistral Assignee: (unassigned) => lvdongbing (dbcocle) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.