[Yahoo-eng-team] [Bug 1572686] Re: Metadata widget errors and problems with changing metadata

2016-05-11 Thread OpenStack Infra
Reviewed: https://review.openstack.org/315282 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=6ad36e0e5706f0b0a89269ccfa694dee82fd712c Submitter: Jenkins Branch:master commit 6ad36e0e5706f0b0a89269ccfa694dee82fd712c Author: Travis Tripp Date:

[Yahoo-eng-team] [Bug 1579982] Re: Go to admin info error

2016-05-11 Thread yangyide
It's cinderclient bug . I fixed class Service in python- cinderclient/cinderclient/v2/services.py .It works . ** Changed in: horizon Status: Incomplete => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1580848] [NEW] Don't raise exception when import image without "image_properties"

2016-05-11 Thread Wenjun Wang
Public bug reported: Problem on Mitaka. I imported an image without "image_properties" in "input" JSON,and I got these info. glance --os-image-api-version 2 task-create --type import --input '{"import_from":

[Yahoo-eng-team] [Bug 1580843] [NEW] wrong id returned when execute "image import"

2016-05-11 Thread Wenjun Wang
Public bug reported: The CMD I used to import an image: glance --os-image-api-version 2 task-create --type import --input '{"import_from": "http://10.43.176.8/images/cirros-0.3.2-x86_64-disk.img","import_from_format": "qcow2","image_properties": {"disk_format": "qcow2","container_format":

[Yahoo-eng-team] [Bug 1562665] Re: Nova-compute connects to all of the iscsi target

2016-05-11 Thread Hiroyuki Eguchi
** No longer affects: 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/1562665 Title: Nova-compute connects to all of the iscsi target Status in os-brick: In

[Yahoo-eng-team] [Bug 1580831] [NEW] Unit test: the path of block_devs is wrong in kilo.

2016-05-11 Thread yuyafei
Public bug reported: In kilo, the path of block_devs is ['/dev/disks/by- path/%s-iscsi-%s-lun-2' % (location, iqn)], but the real path is ['/dev/disk/by-path/%s-iscsi-%s-lun-2' % (location, iqn)] in the nova unit test case:

[Yahoo-eng-team] [Bug 1579839] Re: Service version does not update on restart

2016-05-11 Thread OpenStack Infra
Reviewed: https://review.openstack.org/314230 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=854c39e26d94f006f539ea993ffaafa4892b100c Submitter: Jenkins Branch:master commit 854c39e26d94f006f539ea993ffaafa4892b100c Author: Brian Elliott Date: Mon

[Yahoo-eng-team] [Bug 1491414] Re: LibvirtConfigObject.to_xml() should not log the xml str - leave that to the caller

2016-05-11 Thread OpenStack Infra
Reviewed: https://review.openstack.org/224216 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=0cd0c1d414e5dceb8f75c5d62426c9d9a5e572f3 Submitter: Jenkins Branch:master commit 0cd0c1d414e5dceb8f75c5d62426c9d9a5e572f3 Author: Mark Doffman Date: Tue

[Yahoo-eng-team] [Bug 1580809] [NEW] hz-expand-detail cannot be used outside of hz-table

2016-05-11 Thread Tyr Johanson
Public bug reported: hz-expand-detail is a reasonably handy directive that allows row expansion. It was modified to allow a table user to detect row expansion. However, this modification added a require of the hz-table controller. This is not necessary, is difficult to maintain and prevents the

[Yahoo-eng-team] [Bug 1567336] Re: instance_info_cache_update() is not retried on deadlock

2016-05-11 Thread OpenStack Infra
Reviewed: https://review.openstack.org/302714 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=51d46d38a1d0b5ee7023acc627d4694a0d67cce3 Submitter: Jenkins Branch:master commit 51d46d38a1d0b5ee7023acc627d4694a0d67cce3 Author: Roman Podoliaka Date:

[Yahoo-eng-team] [Bug 1569921] Re: l3 agent terminates on start if the server is not running

2016-05-11 Thread OpenStack Infra
Reviewed: https://review.openstack.org/305883 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=adfdd654424f7cbccc22489b53f9341108be13bd Submitter: Jenkins Branch:master commit adfdd654424f7cbccc22489b53f9341108be13bd Author: Sreekumar S Date: Thu

[Yahoo-eng-team] [Bug 1417723] Re: when using dedicated cpus, the guest topology doesn't match the host

2016-05-11 Thread OpenStack Infra
Reviewed: https://review.openstack.org/285321 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=0b2e34f92507fd490faaec3285049b28446dc94c Submitter: Jenkins Branch:master commit 0b2e34f92507fd490faaec3285049b28446dc94c Author: Stephen Finucane

[Yahoo-eng-team] [Bug 1496197] Re: notify_decorator bad getattr default value

2016-05-11 Thread OpenStack Infra
Reviewed: https://review.openstack.org/223890 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=f8faf00fb8caa9cf68c487c322162387cb8b4787 Submitter: Jenkins Branch:master commit f8faf00fb8caa9cf68c487c322162387cb8b4787 Author: Andrei V. Ostapenko

[Yahoo-eng-team] [Bug 1550317] Re: 'hw:cpu_thread_policy=isolate' does not schedule on non-HT hosts

2016-05-11 Thread OpenStack Infra
Reviewed: https://review.openstack.org/285321 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=0b2e34f92507fd490faaec3285049b28446dc94c Submitter: Jenkins Branch:master commit 0b2e34f92507fd490faaec3285049b28446dc94c Author: Stephen Finucane

[Yahoo-eng-team] [Bug 1580790] [NEW] Metadata display widget should use case insensitive matching

2016-05-11 Thread Travis Tripp
Public bug reported: The metadata-display should match properties using case insensitive. I've found that if you pass in extra metadata properties to Glance v1 at create time, it takes all the properties and stores them as lower case. So when you create an image with metadata of FOO=BAR, it will

[Yahoo-eng-team] [Bug 1201266] Re: 'is_public' filter should be handled when nova calls glance via V2

2016-05-11 Thread OpenStack Infra
Reviewed: https://review.openstack.org/296998 Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=4e7624ed65626bd34fa354eb50bc7228f0dd0e26 Submitter: Jenkins Branch:master commit 4e7624ed65626bd34fa354eb50bc7228f0dd0e26 Author: Mehdi Abaakouk Date:

[Yahoo-eng-team] [Bug 1483132] Re: ssh-keygen-to-Paramiko change breaks third-party tools

2016-05-11 Thread OpenStack Infra
Reviewed: https://review.openstack.org/314639 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=6b1293fd6f5bcb35f317f36c540f543b1192928c Submitter: Jenkins Branch:master commit 6b1293fd6f5bcb35f317f36c540f543b1192928c Author: Sean Dague Date: Tue May 10

[Yahoo-eng-team] [Bug 1577996] Re: Unable to distinguish between not is_admin_project and feature not enabled

2016-05-11 Thread OpenStack Infra
Reviewed: https://review.openstack.org/312323 Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=ed634e8cdcdf385b749bbb9e951104989a020277 Submitter: Jenkins Branch:master commit ed634e8cdcdf385b749bbb9e951104989a020277 Author: Jamie Lennox Date:

[Yahoo-eng-team] [Bug 1579124] Re: Instance mapping doesn't strictly load cell_mapping on save.

2016-05-11 Thread OpenStack Infra
Reviewed: https://review.openstack.org/313617 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=649774ea8f489a8d0386dd419aca4be98689e2ac Submitter: Jenkins Branch:master commit 649774ea8f489a8d0386dd419aca4be98689e2ac Author: Mark Doffman Date: Fri

[Yahoo-eng-team] [Bug 1580780] [NEW] Associate subnets to segments through subnet API

2016-05-11 Thread OpenStack Infra
Public bug reported: https://review.openstack.org/288774 Dear bug triager. This bug was created since a commit was marked with DOCIMPACT. Your project "openstack/neutron" is set up so that we directly report the documentation bugs against it. If this needs changing, the docimpact-group option

[Yahoo-eng-team] [Bug 1580720] Re: Release request for networking-l2gw for stable/Mitaka

2016-05-11 Thread Sukhdev Kapur
** Changed in: networking-l2gw Status: New => Fix Released ** Changed in: neutron Status: New => 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/1580720 Title:

[Yahoo-eng-team] [Bug 1577820] Re: key import in "launch instance" dialog not useable

2016-05-11 Thread OpenStack Infra
Reviewed: https://review.openstack.org/314554 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=e6e0a47eaed19741dd7534e5b840f668007d2739 Submitter: Jenkins Branch:master commit e6e0a47eaed19741dd7534e5b840f668007d2739 Author: Rob Cresswell

[Yahoo-eng-team] [Bug 1580625] Re: volume-backed resize intermittently fails with rbd imagebackend

2016-05-11 Thread Matt Riedemann
** Also affects: nova/liberty Importance: Undecided Status: New ** Also affects: nova/mitaka Importance: Undecided Status: New ** Changed in: nova/liberty Status: New => In Progress ** Changed in: nova/mitaka Status: New => Confirmed ** Changed in:

[Yahoo-eng-team] [Bug 1544744] Re: Live migration with attached volume results in ERROR state and fails to rollback when cinder client exception is thrown

2016-05-11 Thread OpenStack Infra
Reviewed: https://review.openstack.org/290156 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=2c52aca7965bf3c9dd4c17b4f7706bdef401463f Submitter: Jenkins Branch:master commit 2c52aca7965bf3c9dd4c17b4f7706bdef401463f Author: Sujitha Date: Tue

[Yahoo-eng-team] [Bug 1580746] [NEW] Wrong Hypervisor is being returned QEMU instead of KVM

2016-05-11 Thread Maish
Public bug reported: nova.conf is configured with virt_type=kvm When running hypervisor-show XXX | grep hypervisor_type The result is always presented as QEMU >>> | hypervisor_type | QEMU I gather that this is also the same is presented in Horizon on the Hypervisors tab. More

[Yahoo-eng-team] [Bug 1578866] Re: test_user_update_own_password failing intermittently

2016-05-11 Thread Swaminathan Vasudevan
** Also 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.launchpad.net/bugs/1578866 Title: test_user_update_own_password failing intermittently

[Yahoo-eng-team] [Bug 1580728] [NEW] UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 386: ordinal not in range(128) in nova.virt.libvirt.vif:unplug

2016-05-11 Thread Matt Riedemann
Public bug reported: I saw this in the n-cpu logs for a xenproject CI run: http://logs.openstack.xenproject.org/00/315100/1/check/dsvm-tempest- xen/9649dc5/logs/screen-n-cpu.txt.gz 2016-05-11 16:19:09.457 27252 INFO nova.virt.libvirt.driver [-] [instance: 76c4ad96-87dd-4300-acdc-cbe65d3aa0a6]

[Yahoo-eng-team] [Bug 1580720] [NEW] Release request for networking-l2gw for stable/Mitaka

2016-05-11 Thread Sukhdev Kapur
Public bug reported: Branch: stable/mitaka New Tag: 2016.1.0 The Mitaka release of networking-L2GW contains several enhancements (bug fixes) ** Affects: networking-l2gw Importance: Medium Assignee: Sukhdev Kapur (sukhdev-8) Status: New ** Affects: neutron Importance:

[Yahoo-eng-team] [Bug 1580703] [NEW] Ironic client wrapper is unable to use keystone V3

2016-05-11 Thread sergiiF
Public bug reported: While trying to set up nova-compute with an Ironic driver and keystone V3 I got an error "Expecting to find domain in project - the server could not comply with the request since it is either malformed or otherwise incorrect. The client is assumed to be in error"

[Yahoo-eng-team] [Bug 1571875] Re: Domain role hidden by project role

2016-05-11 Thread Brad Pokorny
After looking back into the code, I remembered why we made it work this way. The Admin dashboard is for users who can perform admin operations across services. Only Keystone understands domains, so for a user to have access to all things the Admin dashboard lets them do, the user needs to be a

[Yahoo-eng-team] [Bug 1580701] [NEW] MatLab won't start in Horizon noVNC

2016-05-11 Thread Nathaniel Sherry
Public bug reported: MatLab 2016a desktop won't start using Horizon's noVNC console. It hangs at the splash screen. Using RDP, VNC, X Forwarding, and noVNC (using novnc_server and tigervnc on the VM), it opens properly. To get it to open properly in Horizon's noVNC console, we have to add the

[Yahoo-eng-team] [Bug 1522232] Re: failed automatically creating new SCSI controllers

2016-05-11 Thread Matt Riedemann
** Also affects: nova/liberty Importance: Undecided Status: New ** Also affects: nova/mitaka Importance: Undecided Status: New ** Changed in: nova/mitaka Status: New => Fix Committed ** Changed in: nova/mitaka Importance: Undecided => Medium ** Changed in:

[Yahoo-eng-team] [Bug 1576315] Re: Critically fail on startup if fernet_setup has not been run

2016-05-11 Thread OpenStack Infra
Reviewed: https://review.openstack.org/311811 Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=971ba5fa4522349d8c24a318fd6f0701ff0668f4 Submitter: Jenkins Branch:master commit 971ba5fa4522349d8c24a318fd6f0701ff0668f4 Author: Lance Bragstad Date:

[Yahoo-eng-team] [Bug 1545972] Re: Missing API doc for fault server field

2016-05-11 Thread OpenStack Infra
Reviewed: https://review.openstack.org/310429 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=54dfffb842500d4b77b5d44d0ef787f012d084ed Submitter: Jenkins Branch:master commit 54dfffb842500d4b77b5d44d0ef787f012d084ed Author: sharat.sharma

[Yahoo-eng-team] [Bug 1580648] [NEW] Two HA routers in master state

2016-05-11 Thread Lubosz Kosnik
Public bug reported: Scheduling ha routers end with two routers in master state. Issue discovered in that bug fix - https://review.openstack.org/#/c/273546 - after preparing new functional test. ha_router.py in method - _get_state_change_monitor_callback() is starting a

[Yahoo-eng-team] [Bug 1204956] Re: Read-only API for default quotas

2016-05-11 Thread OpenStack Infra
Reviewed: https://review.openstack.org/306200 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=f5a2ee300d109ac9d403ee1f39d6e056ac925133 Submitter: Jenkins Branch:master commit f5a2ee300d109ac9d403ee1f39d6e056ac925133 Author: Abhishek Raut Date: Thu

[Yahoo-eng-team] [Bug 1580642] [NEW] Add API to retrieve default quotas

2016-05-11 Thread OpenStack Infra
Public bug reported: https://review.openstack.org/306200 Dear bug triager. This bug was created since a commit was marked with DOCIMPACT. Your project "openstack/neutron" is set up so that we directly report the documentation bugs against it. If this needs changing, the docimpact-group option

[Yahoo-eng-team] [Bug 1580631] [NEW] AttributeError: 'module' object has no attribute 'DEVICE_OWNER_HA_REPLICATED_INT'

2016-05-11 Thread caowei
Public bug reported: solumuser@ubuntu14044:/opt/stack/neutron$ oslo-config-generator --config-file=etc/oslo-config-generator/dhcp_agent.ini Traceback (most recent call last): File "/usr/local/bin/oslo-config-generator", line 11, in sys.exit(main()) File

[Yahoo-eng-team] [Bug 1580625] [NEW] volume-backed resize intermittently fails with rbd imagebackend

2016-05-11 Thread Matt Riedemann
Public bug reported: After this Tempest change landed to test volume-backed resize: https://review.openstack.org/#/c/314816/ The ceph plugin job has been intermittently failing the test: http://logs.openstack.org/00/314600/3/check/gate-tempest-dsvm-full- devstack-plugin-

[Yahoo-eng-team] [Bug 1580621] [NEW] Avoid looking up a source security group twice when creating new rules

2016-05-11 Thread Matt Riedemann
Public bug reported: When passing a source group_id for creating a new security group rule, the code is looking up that group twice, once here: https://github.com/openstack/nova/blob/f8a01ccdffc13403df77148867ef3821100b5edb/nova/api/openstack/compute/security_groups.py#L246 ->

[Yahoo-eng-team] [Bug 1572656] Re: Neutron IETF Service Function Chaining API

2016-05-11 Thread OpenStack Infra
** Changed in: neutron Status: Invalid => In Progress ** Changed in: neutron Assignee: (unassigned) => Igor Duarte Cardoso (igordcard) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1473567] Re: Fernet tokens fail tempest runs

2016-05-11 Thread Timur Sufiev
Encountered a similar issue in Horizon integration tests recently: http://logs.openstack.org/42/236042/62/check/gate-horizon-dsvm- integration/d8d590e/logs/apache/keystone.txt.gz#_2016-05-10_18_10_43_036 - this happens in tests which change password and then login back with new password. ** Also

[Yahoo-eng-team] [Bug 1580609] [NEW] live-migration force complete could leave instance paused in case of failure

2016-05-11 Thread Timofey Durakov
Public bug reported: Description === nova live-migration-force-complete could pause instance in case of failure. There is potential window that could cause instance to be paused after live-migration finished. Steps to reproduce == 1. Attempt to live-migrate instance 2.

[Yahoo-eng-team] [Bug 1580588] [NEW] use network's dns_domain to generate dns_assignment

2016-05-11 Thread yong sheng gong
Public bug reported: Problem: currently, the port's dns_assignment is generated by combining the dns_name and conf.dns_domain even if the dns_domain of port's network is given. expectation: generate the dns_assignment according to the dns_domain of port's network, which will scope the dnsname

[Yahoo-eng-team] [Bug 1204956] Re: Read-only API for default quotas

2016-05-11 Thread Richard Theis
** Also affects: python-openstackclient Importance: Undecided Status: New ** Changed in: python-openstackclient Importance: Undecided => Medium ** Changed in: python-openstackclient Status: New => Confirmed -- You received this bug notification because you are a member of

[Yahoo-eng-team] [Bug 1541192] Re: Set default value for dnsmasq_local_resolv to False

2016-05-11 Thread Robin Cernin
** Project changed: neutron => openstack-manuals -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1541192 Title: Set default value for dnsmasq_local_resolv to False Status in

[Yahoo-eng-team] [Bug 1580536] Re: Typo in api doc

2016-05-11 Thread OpenStack Infra
Reviewed: https://review.openstack.org/314957 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=3300cdfcfb20045b7626e973f41bcbb0aa4030c2 Submitter: Jenkins Branch:master commit 3300cdfcfb20045b7626e973f41bcbb0aa4030c2 Author: sharat.sharma

[Yahoo-eng-team] [Bug 1580552] [NEW] Developer Guide: Nova API v2 is deprecated

2016-05-11 Thread Sharat Sharma
Public bug reported: Compute API v2 is deprecated but http://docs.openstack.org/developer/nova/#welcome-to-nova-s-developer- documentation still says that v2 API is supported. Both v2 API and v2 extensions are deprecated. ** Affects: nova Importance: Undecided Assignee: Sharat Sharma

[Yahoo-eng-team] [Bug 1580548] [NEW] Metering-agent's routers information is inconsistent with neutron-server

2016-05-11 Thread HuntXu
Public bug reported: With the current implement, under certain curcumstance, router information(including internal-stored data, iptables settings) kept and set up by metering-agent could be inconsistent with what the neutron- server suppose it to be. And that cause the metering-agent to run into

[Yahoo-eng-team] [Bug 1580536] [NEW] Typo in api doc

2016-05-11 Thread Sharat Sharma
Public bug reported: In the http://developer.openstack.org/api-ref-compute-v2.1.html#os-server-actions-v2.1 section, the sentence is "Enables all users to performs an action on a server. Specify the action in the request body.". It must be "Enables all users to perform an action on a server.

[Yahoo-eng-team] [Bug 1580008] Re: The unit test test_versions is failing on the gate

2016-05-11 Thread Markus Zoeller (markus_z)
Solved with https://review.openstack.org/#/c/307938/ ** Changed in: nova Assignee: Ken'ichi Ohmichi (oomichi) => Dan Smith (danms) ** Changed in: nova Importance: Undecided => High ** Changed in: nova Status: In Progress => Fix Released -- You received this bug notification

[Yahoo-eng-team] [Bug 1577996] Re: Unable to distinguish between not is_admin_project and feature not enabled

2016-05-11 Thread OpenStack Infra
Reviewed: https://review.openstack.org/314409 Committed: https://git.openstack.org/cgit/openstack/keystoneauth/commit/?id=ed7586380732842a0b52236a59499d191033ef11 Submitter: Jenkins Branch:master commit ed7586380732842a0b52236a59499d191033ef11 Author: Jamie Lennox

[Yahoo-eng-team] [Bug 1580467] [NEW] instance boot with invalid availability zone raises 500 InternalServerError

2016-05-11 Thread Dinesh Bhor
Public bug reported: instance boot with invalid availability zone raises 500 InternalServerError Steps to reproduce == Command: nova boot --flavor 1 --image 9c1618d0-a6ca-4db6-b2a9-38a9a5cc38b4 --availability-zone invalidzone instance1 Actual result = ERROR

[Yahoo-eng-team] [Bug 1249118] Re: Displaying in Horizon 10, 000 objects stored in swift crashes the browser

2016-05-11 Thread Rob Cresswell
The Swift UI has been replaced with a new one, so we should open new bugs tracked against it (if needed) rather than hijacking old discussions ** Changed in: horizon Status: In Progress => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team,

[Yahoo-eng-team] [Bug 1572164] Re: Missing response parameter in Identity admin API

2016-05-11 Thread Sharat Sharma
** Project changed: openstack-api-site => keystone -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone). https://bugs.launchpad.net/bugs/1572164 Title: Missing response parameter in Identity admin API

[Yahoo-eng-team] [Bug 1572164] [NEW] Missing response parameter in Identity admin API

2016-05-11 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: http://developer.openstack.org/api-ref-identity-admin-v2.html#admin- createUser tenant_id parameter is missing from the response parameter table. It is shown in the json example. So, it must be listed. ** Affects: keystone Importance: Undecided