[Yahoo-eng-team] [Bug 1707128] Re: amazon customer service number +1-888-341-6651 Support Amazon prime

2017-07-27 Thread William Grant
** Project changed: nova => null-and-void ** Information type changed from Public to Private ** Changed in: null-and-void Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). htt

[Yahoo-eng-team] [Bug 1707128] [NEW] amazon customer service number +1-888-341-6651 Support Amazon prime

2017-07-27 Thread jacob
Private bug reported: Amazon prime customer service number +1-888-341-6651 Prime Customer Service Phone Amazon prime customer service number +1-888-341-6651 Prime Customer Service Phone Amazon prime customer service number +1-888-341-6651 amazon customer service number amazon Customer support Phon

[Yahoo-eng-team] [Bug 1707129] [NEW] Error in docs for configuring distributed virtual routing

2017-07-27 Thread yanpuqing
Public bug reported: The doc for configuring Network nodes in the /neutron/doc/source/admin /config-dvr-ha-snat.rst is that: "Configure the Open vSwitch agent. Add the following to /etc/neutron/plugins/ml2/ml2_conf.ini: [ovs] local_ip = TUNNEL_INTERFACE_IP_ADDRESS bridge_mappings = external:br-e

[Yahoo-eng-team] [Bug 1707130] [NEW] Lack of the step to create a domain

2017-07-27 Thread zhiguo.li
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: Although the domains has a deault name and defaultid,the guide shou

[Yahoo-eng-team] [Bug 1706955] Re: Issue with Volume snapshot create

2017-07-27 Thread Deepa
Please find the version details below * cinder 1.11.0 * python-openstackclient- openstack 3.9.0 (* nova) 7.1.0 Please let us know if any more further information needed. ** Project changed: nova => cinder ** Changed in: cinder Status: Incomplete => New -- You received this bug not

[Yahoo-eng-team] [Bug 1632041] Re: Concurrent nova instance creation fails with nova-no-nd-reflection filter already exists error

2017-07-27 Thread chengkang
I reproduce this bug with libvirt 1.3.1.Since libvirt 1.2.7 this operation can fail if the filter with the same name already exists for the given uuid.Nova lasted code has fixed this bug. ** Changed in: nova Status: Confirmed => Fix Released -- You received this bug notification because y

[Yahoo-eng-team] [Bug 1702769] Re: Binding info for DVR port not found error seen when notify_l2pop_port_wiring is called with DVR routers

2017-07-27 Thread OpenStack Infra
Reviewed: https://review.openstack.org/481311 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=9e9a8a07c3cb1eed074399af36affe857011133e Submitter: Jenkins Branch:master commit 9e9a8a07c3cb1eed074399af36affe857011133e Author: Swaminathan Vasudevan Date: Thu Jul 6 14:1

[Yahoo-eng-team] [Bug 1707085] [NEW] Max_unit should account for allocation_ratio

2017-07-27 Thread Ying Zuo
Public bug reported: It's great that the Placement API v1.4 provides a way to query for hosts that can fulfill a set of allocations. However, because the max_unit doesn't account for allocation_ratio, the result is not as expected. For example, my host has 2 vCPU available out of a total of 4 vCP

[Yahoo-eng-team] [Bug 1685831] Re: pylint: cloudinit.util 'closing' has no 'read' member

2017-07-27 Thread Joshua Powers
Fixed inside pylint and updated our version of pylint to grab fix: https://git.launchpad.net/cloud-init/commit/?id=9c33cb24b8a834aa8034db4c989725901a0814c6 Pylint fix: https://github.com/PyCQA/pylint/issues/1444 ** Changed in: cloud-init Status: New => Invalid ** Changed in: cloud-init

[Yahoo-eng-team] [Bug 1707071] Re: Compute nodes will fight over allocations during migration

2017-07-27 Thread Matt Riedemann
I pushed up a sanity check patch: https://review.openstack.org/#/c/488187/2 for this and got a hit in the live migration job: http://logs.openstack.org/87/488187/2/check/gate-tempest-dsvm-multinode- live-migration-ubuntu- xenial/107a810/logs/subnode-2/screen-n-cpu.txt.gz#_Jul_27_22_21_14_766229

[Yahoo-eng-team] [Bug 1707071] [NEW] Compute nodes will fight over allocations during migration

2017-07-27 Thread Dan Smith
Public bug reported: As far back as Ocata, compute nodes that manage allocations will end up overwriting allocations from other compute nodes when doing a migration. This stems from the fact that the Resource Tracker was designed to manage a per-compute-node set of accounting, but placement is per

[Yahoo-eng-team] [Bug 1502136] Re: Everything returns 403 if show_multiple_locations is true and get_image_location policy is set

2017-07-27 Thread James Page
This bug was fixed in the package glance - 1:2015.1.4-0ubuntu2 --- glance (1:2015.1.4-0ubuntu2) trusty-kilo; urgency=medium . * d/p/allow-image-list-if-access-to-attrs-is-forbidden.patch: Allow to list images in v2 if get_image_location policy is set to role:admin and us

[Yahoo-eng-team] [Bug 1705818] Re: TestInstanceNotificationSample.test_create_delete_server fails with MismatchError: 9 != 8

2017-07-27 Thread OpenStack Infra
Reviewed: https://review.openstack.org/487772 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=ca07237167e88fb2e26de424c8a859a18552e6e3 Submitter: Jenkins Branch:master commit ca07237167e88fb2e26de424c8a859a18552e6e3 Author: Balazs Gibizer Date: Thu Jul 27 10:59:44 2017

[Yahoo-eng-team] [Bug 1707039] [NEW] GCE data source should disregard expired SSH keys

2017-07-27 Thread Dan Watkins
Public bug reported: GCE supports the expiration of SSH keys. It does so by including the expiry time in a JSON blob in the comment section of the SSH key. As per [0], the format is: ssh-rsa [KEY_VALUE] google-ssh {"userName":"[USERNAME]","expireOn":"[EXPIRE_TIME]"} Keys can remain in metadata

[Yahoo-eng-team] [Bug 1707035] [NEW] GCE data source uses deprecated project/attributes/sshKeys metadata key

2017-07-27 Thread Dan Watkins
Public bug reported: It should be using project/attributes/ssh-keys. ** Affects: cloud-init Importance: Undecided Status: New ** Affects: cloud-init (Ubuntu) Importance: Undecided Status: New ** Also affects: cloud-init (Ubuntu) Importance: Undecided Status

[Yahoo-eng-team] [Bug 1705012] Re: vif type unbound not supported when creating server

2017-07-27 Thread Kevin Benton
Fixed in https://review.openstack.org/#/c/486867/ ** 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/1705012 Title: vif type

[Yahoo-eng-team] [Bug 1707037] [NEW] GCE data source should only add "ubuntu" keys to the ubuntu user

2017-07-27 Thread Dan Watkins
Public bug reported: GCE supports specifying SSH keys for an instance as a tuple of (username, key). Currently, cloud-init will add all keys to the default (ubuntu) user, regardless of the user specified in metadata. This is problematic because there may be users in the metadata who are not inte

[Yahoo-eng-team] [Bug 1707033] [NEW] GCE data source should respect block-project-ssh-keys

2017-07-27 Thread Dan Watkins
Public bug reported: The GCE data source will always include SSH keys from project metadata in the default (ubuntu) user's authorized_keys file. If block-project- ssh-keys is set in metadata, however, project-level SSH keys shouldn't be included. ** Affects: cloud-init Importance: Undecided

[Yahoo-eng-team] [Bug 1707021] [NEW] Ironic Flavor Migration can miss instances

2017-07-27 Thread Ed Leafe
Public bug reported: The recently merged patch (https://review.openstack.org/484949) runs the migration in the driver's init_host() method. It has since been pointed out that if there are multiple computes handling ironic, some instances can get skipped if the hash ring is refreshed and an unmigra

[Yahoo-eng-team] [Bug 1684860] Re: Versioned server notifications don't include updated_at

2017-07-27 Thread OpenStack Infra
Reviewed: https://review.openstack.org/475276 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=bf17be9e8ffc393a3af1dbd88b0c0623658b0979 Submitter: Jenkins Branch:master commit bf17be9e8ffc393a3af1dbd88b0c0623658b0979 Author: Takashi NATSUME Date: Mon Jun 19 13:49:25 201

[Yahoo-eng-team] [Bug 1682811] Re: nova boot apis raises 500 error if scheduler_hints additionalProperties value passed as "null" or "dict"

2017-07-27 Thread Sean Dague
** Changed in: nova Status: New => Won't Fix -- 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/1682811 Title: nova boot apis raises 500 error if scheduler_hints ad

[Yahoo-eng-team] [Bug 1705187] Re: Add specific values to specific fields in get_random_object_fields()

2017-07-27 Thread OpenStack Infra
Reviewed: https://review.openstack.org/485082 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=d24abbe792c7ddb911c4f7ffee5c3b2fced4650b Submitter: Jenkins Branch:master commit d24abbe792c7ddb911c4f7ffee5c3b2fced4650b Author: Lujin Date: Wed Jul 19 16:34:33 2017 +0900

[Yahoo-eng-team] [Bug 1686743] Re: Ceph credentials included in logs using older libvirt/qemu

2017-07-27 Thread Luke Hinds
** Changed in: ossn Status: Confirmed => Fix Released -- 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/1686743 Title: Ceph credentials included in logs using older

[Yahoo-eng-team] [Bug 1707007] Re: Add support to make Nova instances to boot with OVMF Secure Boot + SMM (Secure Management Mode)

2017-07-27 Thread Sean Dague
This really should come in as a spec, it's a feature add. ** Changed in: nova Status: New => Opinion ** Changed in: nova Importance: Undecided => Wishlist ** Tags added: needs-spec -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is sub

[Yahoo-eng-team] [Bug 1707007] [NEW] Add support to make Nova instances to boot with OVMF Secure Boot + SMM (Secure Management Mode)

2017-07-27 Thread Kashyap Chamarthy
Public bug reported: Background on OVMF builds - [This following is verbatim explanation from Laszlo Ersek (thank you), OVMF maintainer.] One feature that can be built into OVMF is the "Secure Boot Feature". This is different from the operational mode called

[Yahoo-eng-team] [Bug 1639230] Re: reschedule fails with ip already allocated error

2017-07-27 Thread Eric Desrochers
** Also affects: nova (Ubuntu Xenial) Importance: Undecided Status: New -- 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/1639230 Title: reschedule fails with ip

[Yahoo-eng-team] [Bug 1639230] Re: reschedule fails with ip already allocated error

2017-07-27 Thread Felipe Reyes
** Also affects: nova (Ubuntu) Importance: Undecided Status: New ** Changed in: nova (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.laun

[Yahoo-eng-team] [Bug 1706772] Re: InternalServerError: Internal Server Error (HTTP 500) in n-cpu logs on startup with Ironic driver

2017-07-27 Thread OpenStack Infra
Fix proposed to branch: master Review: https://review.openstack.org/487925 ** Changed in: nova Status: Invalid => In Progress ** Changed in: nova Assignee: (unassigned) => Ed Leafe (ed-leafe) -- You received this bug notification because you are a member of Yahoo! Engineering Team,

[Yahoo-eng-team] [Bug 1603496] Re: UX: Dropdown with several items does not fit in modal

2017-07-27 Thread OpenStack Infra
Reviewed: https://review.openstack.org/389866 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=f40e9d438eb759d43e76e837d042740d89d622d8 Submitter: Jenkins Branch:master commit f40e9d438eb759d43e76e837d042740d89d622d8 Author: Eddie Ramirez Date: Fri Oct 21 23:00:15 20

[Yahoo-eng-team] [Bug 1702935] Re: Unshelving an offloaded server does not restrict to the original cell

2017-07-27 Thread OpenStack Infra
Reviewed: https://review.openstack.org/486208 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=06b4ff7df857f56d6ecb819895c17e1e708dd071 Submitter: Jenkins Branch:master commit 06b4ff7df857f56d6ecb819895c17e1e708dd071 Author: Chris Friesen Date: Fri Jul 21 13:25:48 2017

[Yahoo-eng-team] [Bug 1707003] [NEW] gate-tempest-dsvm-neutron-dvr-ha-multinode-full-ubuntu-xenial-nv job has a very high failure rate

2017-07-27 Thread Brian Haley
Public bug reported: Looking at the Neutron Failure Rate dashboard, specifically the tempest jobs: http://grafana.openstack.org/dashboard/db/neutron-failure- rate?panelId=10&fullscreen One can see the gate-tempest-dsvm-neutron-dvr-ha-multinode-full-ubuntu- xenial-nv job has a very high failure r

[Yahoo-eng-team] [Bug 1707001] Re: Ugly oslo.concurrency DEBUG output when running nova-manage cell_v2 discover_hosts

2017-07-27 Thread Matt Riedemann
** Also affects: nova/ocata Importance: Undecided Status: New ** Also affects: nova/newton Importance: Undecided Status: New ** Changed in: nova Importance: Undecided => Medium ** Changed in: nova/ocata Importance: Undecided => Medium ** Changed in: nova/newton

[Yahoo-eng-team] [Bug 1707001] [NEW] Ugly oslo.concurrency DEBUG output when running nova-manage cell_v2 discover_hosts

2017-07-27 Thread Matt Riedemann
Public bug reported: Seen here: http://logs.openstack.org/46/487246/2/experimental/gate-tempest-dsvm- neutron-dvr-ha-multinode-full-ubuntu-xenial-nv/6cd2a5b/logs/devstack- gate-discover-hosts.txt.gz localhost | SUCCESS | rc=0 >> Found 2 cell mappings. Skipping cell0 since it does not contain hos

[Yahoo-eng-team] [Bug 1703049] Re: Cannot update service status on host since it is not registered.: ComputeHostNotFound_Remote: Compute host could not be found.

2017-07-27 Thread Apoorva Deshpande
The issue was a breaking change in Cinder. Symptoms of the failure were different than what are mentioned earlier. Marking it as invalid ** Changed in: nova Status: Incomplete => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is su

[Yahoo-eng-team] [Bug 1706986] [NEW] test_filtering_shared_subnets - neutron tempest test case fails with "_impl.MismatchError"

2017-07-27 Thread Abhilash S
Public bug reported: - It asserts by checking if "exact json body" of created subnets(of both private and shared networks ,which gets created in test case) is present in output of "list_subnets(shared=X)['subnets']" for X=True/False. Here, "priv" or "shared" is set to the body of subnet at the

[Yahoo-eng-team] [Bug 1323644] Re: show all the snapshots for the volume

2017-07-27 Thread OpenStack Infra
Reviewed: https://review.openstack.org/270461 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=a436b12acc85d474f4e71404de771d7143421eed Submitter: Jenkins Branch:master commit a436b12acc85d474f4e71404de771d7143421eed Author: Lucas Palm Date: Wed Jan 20 11:48:45 2016

[Yahoo-eng-team] [Bug 1706980] [NEW] Npm tests are hardcoded against python2.7

2017-07-27 Thread Pascal Boutin
Public bug reported: When I run the tests on my machine, it fails saying that angular is not defined. I saw that I had all the xtstatic files under python3.4/ while the tests tries to resolve them from python2.7/. This comes from the 2 karma.conf files since the python2.7 path is hardcoded there.

[Yahoo-eng-team] [Bug 1706973] [NEW] sysconfig mtu settings do not work correctly

2017-07-27 Thread Scott Moser
Public bug reported: Curtin's tests that derive from CentosTestNetworkMtuAbs (Centos66TestNetworkMtu and Centos70TestNetworkMtu) are currently not working. That can be reproduced in curtin's vmtest with: ./tools/jenkins-runner -p4 tests/vmtests/test_metwork_mtu or more directly ./tools/jenki

[Yahoo-eng-team] [Bug 1633656] Re: Can't disable DHCP network config on xenial

2017-07-27 Thread Scott Moser
cloud-init doesn't currently support providing networking configuration in user-data. It does though allow providing network-config through the 'NoCloud' datasource (which uvtool uses). So we could extend uvtool to add a '--network-config' parameter like it's user-data that would then put the p

[Yahoo-eng-team] [Bug 1706962] [NEW] Incorrect DOC Networking LBaaS API

2017-07-27 Thread Zeus
Public bug reported: The official documentation (LbaaS v2) is not right for several API calls When a Listener is created, the parameter protocol_port is optional according to the official documentation, but in really it is required. If a pool is created, the parameter protocol is optional acc

[Yahoo-eng-team] [Bug 1706955] [NEW] Issue with Volume snapshot create

2017-07-27 Thread Deepa
Public bug reported: When I try to run below command openstack volume snapshot create --force --description "`date`" bfe272e1-f696-4b18-ba0c-c8e61334b92c unorderable types: int() > NoneType() << getting this error bfe272e1-f696-4b18-ba0c-c8e61334b92c volume is in use and hence trying to

[Yahoo-eng-team] [Bug 1706374] Re: ocata live migration won't work

2017-07-27 Thread Mehdi Abaakouk
upgrade_level was badly set, so nova-compute was doing the legacy LiveMigrateData convertion, while the data was already in the correct format. What looks weird is why the live-migration have not been rejected during precheck. ** Changed in: nova Status: New => Invalid ** Changed in: clou

[Yahoo-eng-team] [Bug 1706949] [NEW] nova-api report error when generating keypairs

2017-07-27 Thread Aodzip
Public bug reported: Description === nova-api got an exception when i create keypair Steps to reproduce == generate keypair from horizon Expected result === I get a new keypair Actual result = HTTP 500 Environment === Ubuntu Server 16.04.

[Yahoo-eng-team] [Bug 1706374] Re: ocata live migration won't work

2017-07-27 Thread Mehdi Abaakouk
Migrating the instance without nova works (with virsh), so that looks like a nova bug. ** Changed in: libvirt (Ubuntu) Status: New => Invalid ** Also affects: nova Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Enginee

[Yahoo-eng-team] [Bug 1706879] [NEW] /identity/domains has no links

2017-07-27 Thread Dmitriy Stremkovskiy
Public bug reported: “/identity/domains/” is not listed in Horizon UI and one cannot find any way to assign roles for domain users then. However this location is working and accessible without a link. Expected: Link to “/identity/domains/” visible to domain admin user ** Affects: horizon Im

[Yahoo-eng-team] [Bug 1689504] Re: Favicons incorrectly displayed on Apple devices

2017-07-27 Thread OpenStack Infra
Reviewed: https://review.openstack.org/463492 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=55144382e34eed7cea7605f1871fc2e5298650e0 Submitter: Jenkins Branch:master commit 55144382e34eed7cea7605f1871fc2e5298650e0 Author: Mateusz Kowalski Date: Tue May 2 16:27:23

[Yahoo-eng-team] [Bug 1655300] Re: Low performance when instances are using not available flavour

2017-07-27 Thread OpenStack Infra
Reviewed: https://review.openstack.org/418409 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=46c4c3d4f993e793d32de65f0cc99ad2b00a2cf1 Submitter: Jenkins Branch:master commit 46c4c3d4f993e793d32de65f0cc99ad2b00a2cf1 Author: Mateusz Kowalski Date: Tue Jan 10 10:10:08

[Yahoo-eng-team] [Bug 1693476] Re: Should not be able to choose flavor when volume.min_disk > flavor.disk

2017-07-27 Thread OpenStack Infra
Reviewed: https://review.openstack.org/468018 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=9ffb72b2f1e31da6e2b2cb5f4fd8de3db8e6574c Submitter: Jenkins Branch:master commit 9ffb72b2f1e31da6e2b2cb5f4fd8de3db8e6574c Author: Beth Elwell Date: Thu May 25 13:07:06 2017