[Yahoo-eng-team] [Bug 1505557] [NEW] L3 agent not always properly update floatingip status on server

2015-10-13 Thread Oleg Bondarev
Public bug reported: commit c44506bfd60b2dd6036e113464f1ea682cfaeb6c introduced an optimization to not send floating ip status update when status didn't change: so if server returned floating ip as ACTIVE we don't need to update it's status after successfull processing. This migh be wrong in DVR

[Yahoo-eng-team] [Bug 1505571] [NEW] VM delete operation fails with 'Connection to neutron failed - Read timeout' error

2015-10-13 Thread Sonu
Public bug reported: Problem description: With series of VM delete operation in openstack (4000 vms) with KVM compute nodes, the VM instance goes into ERROR state. The error shown in Horizon UI is "ConnectionFailed: Connection to neutron failed: HTTPConnectionPool(host='192.168.0.1', port=9696

[Yahoo-eng-team] [Bug 1505575] [NEW] Serious memory consumption by neutron-server with DVR at scale

2015-10-13 Thread Oleg Bondarev
Public bug reported: Steps to reproduce: 0. The issue is noticeable at scale (100+ nodes), DVR should be turned on 1. Run rally scenario NeutronNetworks.create_and_list_routers Initially neutron-server processes consume 100-150M, but at some point the size rapidly increases in several times. (At

[Yahoo-eng-team] [Bug 1489442] Re: Invalid order of volumes with adding a volume in boot operation

2015-10-13 Thread Feodor Tersin
Well, if all you guys say this is not a bug, it's not a bug. But it's sadly that Nova cannot guarantee device names even in this simple case. ** Changed in: nova Status: New => Invalid ** Changed in: nova Assignee: Feodor Tersin (ftersin) => (unassigned) -- You received this bug no

[Yahoo-eng-team] [Bug 1505476] Re: when live-migrate failed, remove_volume_connection function accept incorrect arguments order in kilo

2015-10-13 Thread Markus Zoeller (markus_z)
@jingtao liang: Because the RPC API calls the "remove_volume_connection" method of the manager with named arguments, the order of the arguments is not important. The flow is this: nova/compute/manager.py (on the source host) def _rollback_live_migration(self, context, instance,

[Yahoo-eng-team] [Bug 1505374] Re: Unit tests failing with oslo.policy 0.12.0

2015-10-13 Thread Valeriy Ponomaryov
** Also affects: manila Importance: Undecided Status: New ** Changed in: manila Milestone: None => mitaka-1 ** Changed in: manila 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 1505628] [NEW] versions directory containing migration script is not included in neutron build if building outside of git

2015-10-13 Thread Jakub Libosvar
Public bug reported: distutils contains only python files https://docs.python.org/2/distutils/sourcedist.html#manifest neutron/db/migration/alembic_migrations/versions directory and its subdirectories don't have __init__.py because it's not an actual python package. When using "python setup.py eg

[Yahoo-eng-team] [Bug 1505627] [NEW] QoS ECN Support

2015-10-13 Thread vikram.choudhary
Public bug reported: [Existing problem] Network congestion can be very common in large data centers generating huge traffic from multiple hosts. Though each hosts can use IP header TOS ECN bit functionality to implement explicit congestion notification [1]_ but this will be a redundant effort.

[Yahoo-eng-team] [Bug 1505631] [NEW] QoS VLAN 802.1p Support

2015-10-13 Thread vikram.choudhary
Public bug reported: [Overview] The IEEE 802.1p signaling standard defines traffic prioritization at Layer 2 of the OSI model. Layer 2 network devices, such as switches, that adhere to this standard can group incoming packets into separate traffic classes.The 802.1p standard is used to prioriti

[Yahoo-eng-team] [Bug 1505645] [NEW] neutron/tests/functional/test_server.py does not work for oslo.service < 0.10.0

2015-10-13 Thread Ihar Hrachyshka
Public bug reported: Since https://review.openstack.org/#/c/233893/ was merged, the test fails if oslo.service < 0.10.0 is installed, as follows: Traceback (most recent call last): File "neutron/tests/functional/test_server.py", line 286, in test_start workers=len(workers))

[Yahoo-eng-team] [Bug 1505661] [NEW] RetryRequest failure on create_security_group_bulk

2015-10-13 Thread Oleg Bondarev
Public bug reported: <163>Oct 5 09:10:29 node-203 neutron-server 2015-10-05 09:10:29.831 34082 ERROR neutron.api.v2.resource [req-ea0e5480-e8ec-4014-9015-2199424f54bc ] create failed 2015-10-05 09:10:29.831 34082 TRACE neutron.api.v2.resource Traceback (most recent call last): 2015-10-05 09:10

[Yahoo-eng-team] [Bug 1505675] [NEW] Flaky tasks test glance.tests.unit.v2.test_tasks_resource.TestTasksController.test_create_with_live_time

2015-10-13 Thread Erno Kuvaja
Public bug reported: We get constantly failures like: 2015-10-13 06:59:05.343 | == 2015-10-13 06:59:05.343 | FAIL: glance.tests.unit.v2.test_tasks_resource.TestTasksController.test_create_with_live_time 2015-10-13 06:59:05.344 |

[Yahoo-eng-team] [Bug 1505295] Re: Tox tests failing with AttributeError

2015-10-13 Thread Thierry Carrez
oslo.messaging 2.6.1 is out to supposedly fix this. ** No longer affects: oslo.messaging -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1505295 Title: Tox tests failing with AttributeEr

[Yahoo-eng-team] [Bug 1505677] [NEW] oslo.versionedobjects 0.11.0 causing KeyError: 'objects' in nova-conductor log

2015-10-13 Thread Jesse Pretorius
Public bug reported: In nova-conductor we're seeing the following error for stable/liberty: 2015-10-12 23:29:14.413 2243 ERROR oslo_messaging.rpc.dispatcher Traceback (most recent call last): 2015-10-12 23:29:14.413 2243 ERROR oslo_messaging.rpc.dispatcher File "/usr/local/lib/python2.7/dist-

[Yahoo-eng-team] [Bug 1505681] [NEW] Hyper-V creates VM memory file on the local disk for each VM

2015-10-13 Thread Claudiu Belu
Public bug reported: For each started VM, Hyper-V creates on the local disk a memory file for each VM. The memory file has the same size as the assigned VM memory. For example, if an instance with 4 GB ram starts, a 4 GB file is created. This can cause scheduling issues, especially on hosts which

[Yahoo-eng-team] [Bug 1505675] Re: Flaky tasks test glance.tests.unit.v2.test_tasks_resource.TestTasksController.test_create_with_live_time

2015-10-13 Thread Flavio Percoco
** Also affects: glance/liberty Importance: Undecided Status: New ** Changed in: glance Milestone: None => mitaka-1 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1505675 Tit

[Yahoo-eng-team] [Bug 1505701] [NEW] HEAD files are needed for conflict management

2015-10-13 Thread Ann Kamyshnikova
Public bug reported: Some time ago we merged change https://review.openstack.org/#/c/227319/ that removes HEADS file. Validation of migration revisions using HEADS file was replaced with pep8. This allows us to avoid merge conflicts that appeared every time a new migration was merged. The problem

[Yahoo-eng-team] [Bug 1505700] [NEW] Floating IPs disassociation does not remove conntrack state with HA routers

2015-10-13 Thread Assaf Muller
Public bug reported: Reproduction: 1) Create HA router, connect to internal/external networks 2) Create VM, assign floating IP 3) Ping floating IP 4) Disassociate floating IP Actual result: Ping continues Expected result: Ping halts Root cause: Legacy routers floating IP disassociation delete c

[Yahoo-eng-team] [Bug 1505710] [NEW] Wrong logging setup in replicator

2015-10-13 Thread Mike Fedosin
Public bug reported: The logging.setup accepts two parameters, the first one being the current CONF, the second parameter is the product name. Currently in replicator it's not true. ** Affects: glance Importance: Undecided Status: New -- You received this bug notification because

[Yahoo-eng-team] [Bug 1505708] [NEW] [Sahara] Page with node group configs long parsed

2015-10-13 Thread Evgeny Sikachev
Public bug reported: ENVIRONMENT: devstack(13.10.2015) STEPS TO REPRODUCE: 1. Navigate to "Node group templates" 2. Click on "Create template" 3. Select "Cloudera", "5.4.0" RESULT: Page long parsed (size ~10MB) ** Affects: horizon Importance: Undecided Status: New ** Tags: sa

[Yahoo-eng-team] [Bug 1503501] Re: oslo.db no longer requires testresources and testscenarios packages

2015-10-13 Thread Thierry Carrez
** Changed in: glance Status: Fix Committed => Fix Released ** Changed in: glance Milestone: None => liberty-rc3 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1503501 Title:

[Yahoo-eng-team] [Bug 1505715] [NEW] Functional tests falls, if global cfg.CONF tried to register the same option twice

2015-10-13 Thread Sergey Belous
Public bug reported: There is an functional test, that register "metadata_proxy_socket" option in global cfg.CONF: https://github.com/openstack/neutron/blob/master/neutron/tests/functional/agent/l3/test_keepalived_state_change.py#L28 If we tried to run another functional test, that also should r

[Yahoo-eng-team] [Bug 1492034] [NEW] nova network FlatDHCP (kilo) on XenServer 6.5 ebtables rules

2015-10-13 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: https://ask.openstack.org/en/question/62349/openstack-xenserver-65 -network-legacy-flat-dhcp-not-working/ On every instance creation a new rule is pre-pended to ebtables that drops ARP packets from the bridge input. This causes a routing problem. Pleas

[Yahoo-eng-team] [Bug 1492034] Re: nova network FlatDHCP (kilo) on XenServer 6.5 ebtables rules

2015-10-13 Thread Bob Ball
** Project changed: openstack-org => 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/1492034 Title: nova network FlatDHCP (kilo) on XenServer 6.5 ebtables rules St

[Yahoo-eng-team] [Bug 1503501] Re: oslo.db no longer requires testresources and testscenarios packages

2015-10-13 Thread Michael McCune
** Also affects: sahara 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/1503501 Title: oslo.db no longer requires testresources and testscenari

[Yahoo-eng-team] [Bug 1505356] Re: Can't upload images in Python 3.4

2015-10-13 Thread nikhil komawar
You can close this bug as it's not related to py34 (99% sure). The invalid literal and the decoding errors usually happen during hickups in the connection while trying to upload data. Here's the conversation I had with Hemanth who sees them a lot in his cloud. --- 10:44:48 nikhil rosmaita: hem

[Yahoo-eng-team] [Bug 1457517] Re: Unable to boot from volume when flavor disk too small

2015-10-13 Thread Chuck Short
** Changed in: nova/kilo 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.launchpad.net/bugs/1457517 Title: Unable to boot from volume when flavor disk too

[Yahoo-eng-team] [Bug 1482699] Re: glance requests from nova fail if there are too many endpoints in the service catalog

2015-10-13 Thread Chuck Short
** Changed in: nova/kilo Status: Fix Committed => 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/1482699 Title: glance requests from nova fail if the

[Yahoo-eng-team] [Bug 1472946] Re: _poll_shelved_instances periodic task is offloading instances even if shelved_offload_time is -1

2015-10-13 Thread Chuck Short
** Changed in: nova/kilo Status: Fix Committed => 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/1472946 Title: _poll_shelved_instances periodic task

[Yahoo-eng-team] [Bug 1440762] Re: Rebuild an instance with attached volume fails

2015-10-13 Thread Chuck Short
** Changed in: nova/kilo Status: Fix Committed => 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/1440762 Title: Rebuild an instance with attached vol

[Yahoo-eng-team] [Bug 1466056] Re: Hyper-V: serial ports issue on Windows Threshold

2015-10-13 Thread Chuck Short
** Changed in: nova/kilo Status: Fix Committed => 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/1466056 Title: Hyper-V: serial ports issue on Window

[Yahoo-eng-team] [Bug 1484738] Re: keyerror when refreshing instance security groups

2015-10-13 Thread Chuck Short
** Changed in: nova/kilo Status: Fix Committed => 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/1484738 Title: keyerror when refreshing instance sec

[Yahoo-eng-team] [Bug 1475356] Re: Serializer reports wrong supported version

2015-10-13 Thread Chuck Short
** Changed in: nova/kilo Status: Fix Committed => 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/1475356 Title: Serializer reports wrong supported ve

[Yahoo-eng-team] [Bug 1462128] Re: Cells: DBReferenceError possible deleting unscheduled instance

2015-10-13 Thread Chuck Short
** Changed in: nova/kilo Status: Fix Committed => 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/1462128 Title: Cells: DBReferenceError possible dele

[Yahoo-eng-team] [Bug 1463044] Re: Hyper-V: the driver fails to initialize on Windows Server 2008 R2

2015-10-13 Thread Chuck Short
** Changed in: nova/kilo Status: Fix Committed => 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/1463044 Title: Hyper-V: the driver fails to initiali

[Yahoo-eng-team] [Bug 1461081] Re: SMBFS volume attach race condition

2015-10-13 Thread Chuck Short
** Changed in: nova/kilo Status: Fix Committed => 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/1461081 Title: SMBFS volume attach race condition S

[Yahoo-eng-team] [Bug 1461065] Re: Security groups may break

2015-10-13 Thread Chuck Short
** Changed in: nova/kilo Status: Fix Committed => 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/1461065 Title: Security groups may break Status in

[Yahoo-eng-team] [Bug 1456064] Re: VMWare instance missing ip address when using config drive

2015-10-13 Thread Chuck Short
** Changed in: nova/kilo Status: Fix Committed => 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/1456064 Title: VMWare instance missing ip address wh

[Yahoo-eng-team] [Bug 1436187] Re: 'AttributeError' is getting raised while unshelving instance booted from volume

2015-10-13 Thread Chuck Short
** Changed in: nova/kilo Status: Fix Committed => 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/1436187 Title: 'AttributeError' is getting raised wh

[Yahoo-eng-team] [Bug 1459491] Re: Unexpected result when create server booted from volume

2015-10-13 Thread Chuck Short
** Changed in: nova/kilo Status: Fix Committed => 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/1459491 Title: Unexpected result when create server

[Yahoo-eng-team] [Bug 1454451] Re: simultaneous boot of multiple instances leads to cpu pinning overlap

2015-10-13 Thread Chuck Short
** Changed in: nova/kilo Status: Fix Committed => 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/1454451 Title: simultaneous boot of multiple instanc

[Yahoo-eng-team] [Bug 1459917] Re: Can't boot with bdm when use image in local

2015-10-13 Thread Chuck Short
** Changed in: nova/kilo Status: Fix Committed => 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/1459917 Title: Can't boot with bdm when use image in

[Yahoo-eng-team] [Bug 1454149] Re: self._event is None that causes "AttributeError: 'NoneType' object has no attribute 'pop'"

2015-10-13 Thread Chuck Short
** Changed in: nova/kilo Status: Fix Committed => 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/1454149 Title: self._event is None that causes "Attr

[Yahoo-eng-team] [Bug 1392527] Re: [OSSA 2015-017] Deleting instance while resize instance is running leads to unuseable compute nodes (CVE-2015-3280)

2015-10-13 Thread Chuck Short
** Changed in: nova/kilo Status: Fix Committed => 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/1392527 Title: [OSSA 2015-017] Deleting instance whi

[Yahoo-eng-team] [Bug 1387543] Re: [OSSA 2015-015] Resize/delete combo allows to overload nova-compute (CVE-2015-3241)

2015-10-13 Thread Chuck Short
** Changed in: nova/kilo Status: Fix Committed => 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/1387543 Title: [OSSA 2015-015] Resize/delete combo a

[Yahoo-eng-team] [Bug 1423772] Re: During live-migration Nova expects identical IQN from attached volume(s)

2015-10-13 Thread Chuck Short
** Changed in: nova/kilo Status: Fix Committed => 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/1423772 Title: During live-migration Nova expects id

[Yahoo-eng-team] [Bug 1288039] Re: live-migration cinder boot volume target_lun id incorrect

2015-10-13 Thread Chuck Short
** Changed in: nova/kilo Status: Fix Committed => 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/1288039 Title: live-migration cinder boot volume tar

[Yahoo-eng-team] [Bug 1495388] Re: The instance hostname didn't match the RFC 952 and 1123's definition

2015-10-13 Thread Chuck Short
** Changed in: nova/kilo Status: Fix Committed => 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/1495388 Title: The instance hostname didn't match th

[Yahoo-eng-team] [Bug 1493694] Re: On compute restart, quotas are not updated when instance vm_state is 'DELETED' but instance is not destroyed in db

2015-10-13 Thread Chuck Short
** Changed in: nova/kilo Status: Fix Committed => 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/1493694 Title: On compute restart, quotas are not up

[Yahoo-eng-team] [Bug 1491511] Re: Behavior change with latest nova paste config

2015-10-13 Thread Chuck Short
** Changed in: nova/kilo Status: Fix Committed => 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/1491511 Title: Behavior change with latest nova past

[Yahoo-eng-team] [Bug 1494653] Re: Remove unnecessary 'context' parameter from quotas reserve method call

2015-10-13 Thread Chuck Short
** Changed in: nova/kilo Status: Fix Committed => 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/1494653 Title: Remove unnecessary 'context' paramete

[Yahoo-eng-team] [Bug 1475411] Re: During post_live_migration the nova libvirt driver assumes that the destination connection info is the same as the source, which is not always true

2015-10-13 Thread Chuck Short
** Changed in: nova/kilo Status: Fix Committed => 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/1475411 Title: During post_live_migration the nova l

[Yahoo-eng-team] [Bug 1471810] Re: Support host type specific block volume attachment

2015-10-13 Thread Chuck Short
** Changed in: nova/kilo Status: Fix Committed => 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/1471810 Title: Support host type specific block volu

[Yahoo-eng-team] [Bug 1481812] Re: nova servers pagination does not work with changes-since and deleted marker

2015-10-13 Thread Chuck Short
** Changed in: nova/kilo Status: Fix Committed => 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/1481812 Title: nova servers pagination does not work

[Yahoo-eng-team] [Bug 1470690] Re: No 'OS-EXT-VIF-NET' extension in v2.1

2015-10-13 Thread Chuck Short
** Changed in: nova/kilo Status: Fix Committed => 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/1470690 Title: No 'OS-EXT-VIF-NET' extension in v2.1

[Yahoo-eng-team] [Bug 1488233] Re: FC with LUN ID >255 not recognized

2015-10-13 Thread Chuck Short
** Changed in: nova/kilo Status: Fix Committed => 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/1488233 Title: FC with LUN ID >255 not recognized S

[Yahoo-eng-team] [Bug 1487522] Re: Objects: obj_reset_changes signature doesn't match

2015-10-13 Thread Chuck Short
** Changed in: nova/kilo Status: Fix Committed => Confirmed ** Changed in: nova/kilo 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.

[Yahoo-eng-team] [Bug 1466305] Re: Booting from volume nolonger can be bigger that flavor size

2015-10-13 Thread Chuck Short
** Changed in: nova/kilo Status: Fix Committed => 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/1466305 Title: Booting from volume nolonger can be b

[Yahoo-eng-team] [Bug 1465446] Re: Hyper-V: After live migration succeded, the only instance dirs on the source host are not cleaned up

2015-10-13 Thread Chuck Short
** Changed in: nova/kilo Status: Fix Committed => 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/1465446 Title: Hyper-V: After live migration succede

[Yahoo-eng-team] [Bug 1467451] Re: Hyper-V: fail to detach virtual hard disks

2015-10-13 Thread Chuck Short
** Changed in: nova/kilo Status: Fix Committed => 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/1467451 Title: Hyper-V: fail to detach virtual hard

[Yahoo-eng-team] [Bug 1465443] Re: Hyper-V: Live migration does not copy configdrive to new host

2015-10-13 Thread Chuck Short
** Changed in: nova/kilo Status: Fix Committed => 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/1465443 Title: Hyper-V: Live migration does not copy

[Yahoo-eng-team] [Bug 1464298] Re: default hash function and hash format changed in OpenSSH 6.8 (ssh-keygen)

2015-10-13 Thread Chuck Short
** Changed in: nova/kilo Status: Fix Committed => 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/1464298 Title: default hash function and hash format

[Yahoo-eng-team] [Bug 1471810] Re: Support host type specific block volume attachment

2015-10-13 Thread Chuck Short
** Changed in: cinder/kilo Status: Fix Committed => 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/1471810 Title: Support host type specific block vo

[Yahoo-eng-team] [Bug 1505777] [NEW] inconsistent support for optional dependencies

2015-10-13 Thread Matthew Edmonds
Public bug reported: keystone's requirements.txt includes several things that are really optional dependencies, only needed if you are using certain features. These should be moved out of requirements.txt and handled as extras in setup.cfg. A few of these that I've noticed are: passlib (only need

[Yahoo-eng-team] [Bug 1488233] Re: FC with LUN ID >255 not recognized

2015-10-13 Thread Chuck Short
** Changed in: cinder/kilo Status: Fix Committed => 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/1488233 Title: FC with LUN ID >255 not recognized

[Yahoo-eng-team] [Bug 1480196] Re: Request-id is not getting returned if glance throws 500 error

2015-10-13 Thread Chuck Short
** Changed in: glance/kilo Status: Fix Committed => 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/1480196 Title: Request-id is not getting returned if glance throws 5

[Yahoo-eng-team] [Bug 1478690] Re: Request ID has a double req- at the start

2015-10-13 Thread Chuck Short
** Changed in: glance/kilo Status: Fix Committed => 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/1478690 Title: Request ID has a double req- at the start Status in

[Yahoo-eng-team] [Bug 1484086] Re: ec2tokens authentication is failing during Heat tests

2015-10-13 Thread Chuck Short
** Changed in: heat/kilo Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1484086 Title: ec2tokens authentication is failing during Heat tests

[Yahoo-eng-team] [Bug 1447215] Re: Schema Missing kernel_id, ramdisk_id causes #1447193

2015-10-13 Thread Chuck Short
** Changed in: glance/kilo Status: Fix Committed => 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/1447215 Title: Schema Missing kernel_id, ramdisk_id causes #1447193

[Yahoo-eng-team] [Bug 1505781] [NEW] Unexpected SNAT behavior between instances when SNAT disabled on router

2015-10-13 Thread James Denton
Public bug reported: = Scenario = • Kilo/Juno • Single Neutron router with enable_snat=false • two instances in two tenant networks attached to router • each instance has a floating IP INSTANCE A: TestNet1=192.167.7.3, 10.1.1.7 INSTANCE B: TestNet2=10.0.8.3, 10.1.1.6 When instances communicate

[Yahoo-eng-team] [Bug 1381413] Re: Switch Region dropdown doesn't work

2015-10-13 Thread Chuck Short
** Changed in: horizon/kilo Status: Fix Committed => Fix Released -- 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/1381413 Title: Switch Region dropdown doesn'

[Yahoo-eng-team] [Bug 1474228] Re: inline edit failed in user table because description doesn't exists

2015-10-13 Thread Chuck Short
** Changed in: horizon/kilo Status: Fix Committed => Fix Released -- 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/1474228 Title: inline edit failed in user ta

[Yahoo-eng-team] [Bug 1423453] Re: Delete ports when Launching VM fails when plugin is N1K

2015-10-13 Thread Chuck Short
** Changed in: horizon/kilo Status: Fix Committed => Fix Released -- 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/1423453 Title: Delete ports when Launching V

[Yahoo-eng-team] [Bug 1467935] Re: widget attributes changed

2015-10-13 Thread Chuck Short
** Changed in: horizon/kilo Status: Fix Committed => Fix Released -- 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/1467935 Title: widget attributes changed St

[Yahoo-eng-team] [Bug 1465185] Re: No reverse match exception while try to edit the QoS spec

2015-10-13 Thread Chuck Short
** Changed in: horizon/kilo Status: Fix Committed => Fix Released -- 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/1465185 Title: No reverse match exception wh

[Yahoo-eng-team] [Bug 1203413] Re: VM launch fails with Neutron in "admin" tenant if "admin" and "demo" tenants have secgroups with a same name "web"

2015-10-13 Thread Chuck Short
** Changed in: horizon/kilo Status: Fix Committed => 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/1203413 Title: VM launch fails with Neutron in "a

[Yahoo-eng-team] [Bug 1505786] [NEW] As neutron accepts icpmv6 but on api its not documented in accepted values for api call in security group create

2015-10-13 Thread Manjeet Singh Bhatia
Public bug reported: http://developer.openstack.org/api-ref-networking-v2-ext.html In security group create icmpv6 is missing and and pools does not show Terminated_HTTPS and expected values. ** Affects: neutron Importance: Undecided Status: New -- You received this bug notific

[Yahoo-eng-team] [Bug 1474512] Re: STATIC_URL statically defined for stack graphics

2015-10-13 Thread Chuck Short
** Changed in: horizon/kilo Status: Fix Committed => Fix Released -- 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/1474512 Title: STATIC_URL statically defined

[Yahoo-eng-team] [Bug 1474618] Re: N1KV network and port creates failing from dashboard

2015-10-13 Thread Chuck Short
** Changed in: horizon/kilo Status: Fix Committed => Fix Released -- 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/1474618 Title: N1KV network and port creates

[Yahoo-eng-team] [Bug 1474241] Re: Need a way to disable simple tenant usage

2015-10-13 Thread Chuck Short
** Changed in: horizon/kilo Status: Fix Committed => Fix Released -- 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/1474241 Title: Need a way to disable simple

[Yahoo-eng-team] [Bug 1490403] Re: Gate failing on test_routerrule_detail

2015-10-13 Thread Chuck Short
** Changed in: horizon/kilo Status: Fix Committed => Fix Released -- 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/1490403 Title: Gate failing on test_routerru

[Yahoo-eng-team] [Bug 1482657] Re: Attribute error on virtual_size

2015-10-13 Thread Chuck Short
** Changed in: horizon/kilo Status: Fix Committed => Fix Released -- 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/1482657 Title: Attribute error on virtual_si

[Yahoo-eng-team] [Bug 1482354] Re: Setting "enable_quotas"=False disables Neutron in GUI

2015-10-13 Thread Chuck Short
** Changed in: horizon/kilo Status: Fix Committed => Fix Released -- 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/1482354 Title: Setting "enable_quotas"=False

[Yahoo-eng-team] [Bug 1500385] Re: Change region selector requires 2 ciicks to open

2015-10-13 Thread Chuck Short
** Changed in: horizon/kilo Status: Fix Committed => Fix Released -- 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/1500385 Title: Change region selector requir

[Yahoo-eng-team] [Bug 1469563] Re: Fernet tokens do not maintain expires time across rescope (V2 tokens)

2015-10-13 Thread Chuck Short
** Changed in: keystone/kilo Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1469563 Title: Fernet tokens do not maintain expires time across

[Yahoo-eng-team] [Bug 1492065] Re: Create instance testcase -- "test_launch_form_keystone_exception" broken

2015-10-13 Thread Chuck Short
** Changed in: horizon/kilo Status: Fix Committed => Fix Released -- 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/1492065 Title: Create instance testcase -- "

[Yahoo-eng-team] [Bug 1483382] Re: Able to request a V2 token for user and project in a non-default domain

2015-10-13 Thread Chuck Short
** Changed in: keystone/kilo Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1483382 Title: Able to request a V2 token for user and project i

[Yahoo-eng-team] [Bug 1475762] Re: v3 tokens with references outside the default domain can be validated on v2

2015-10-13 Thread Chuck Short
** Changed in: keystone/kilo Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1475762 Title: v3 tokens with references outside the default dom

[Yahoo-eng-team] [Bug 1477600] Re: Token Validation API returns 401 not 404 on invalid fernet token

2015-10-13 Thread Chuck Short
** Changed in: keystone/kilo Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1477600 Title: Token Validation API returns 401 not 404 on inval

[Yahoo-eng-team] [Bug 1468000] Re: Group lookup by name in LDAP via v3 fails

2015-10-13 Thread Chuck Short
** Changed in: keystone/kilo Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1468000 Title: Group lookup by name in LDAP via v3 fails Status

[Yahoo-eng-team] [Bug 1459382] Re: Fernet tokens can fail with LDAP identity backends

2015-10-13 Thread Chuck Short
** Changed in: keystone/kilo Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1459382 Title: Fernet tokens can fail with LDAP identity backend

[Yahoo-eng-team] [Bug 1454968] Re: hard to understand the uri printed in the log

2015-10-13 Thread Chuck Short
** Changed in: keystone/kilo Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1454968 Title: hard to understand the uri printed in the log St

[Yahoo-eng-team] [Bug 1459790] Re: With fernet tokens, validate token loses the ms on 'expires' value

2015-10-13 Thread Chuck Short
** Changed in: keystone/kilo Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1459790 Title: With fernet tokens, validate token loses the ms o

[Yahoo-eng-team] [Bug 1454309] Re: Keystone v3 user/tenant lookup by name via OpenStack CLI client fails

2015-10-13 Thread Chuck Short
** Changed in: keystone/kilo Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1454309 Title: Keystone v3 user/tenant lookup by name via OpenSt

[Yahoo-eng-team] [Bug 1465444] Re: Fernet key rotation removing keys early

2015-10-13 Thread Chuck Short
** Changed in: keystone/kilo Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1465444 Title: Fernet key rotation removing keys early Status i

[Yahoo-eng-team] [Bug 1287757] Re: Optimization: Don't prune events on every get

2015-10-13 Thread Chuck Short
** Changed in: keystone/kilo Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1287757 Title: Optimization: Don't prune events on every get S

[Yahoo-eng-team] [Bug 1448286] Re: unicode query string raises UnicodeEncodeError

2015-10-13 Thread Chuck Short
** Changed in: keystone/kilo Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1448286 Title: unicode query string raises UnicodeEncodeError S

[Yahoo-eng-team] [Bug 1479943] Re: XmlBodyMiddleware stubs break existing configs

2015-10-13 Thread Chuck Short
** Changed in: keystone/kilo Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1479943 Title: XmlBodyMiddleware stubs break existing configs S

[Yahoo-eng-team] [Bug 1453264] Re: iptables_manager can run very slowly when a large number of security group rules are present

2015-10-13 Thread Chuck Short
** Changed in: neutron/kilo 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/1453264 Title: iptables_manager can run very slowly when a large n

[Yahoo-eng-team] [Bug 1471967] Re: Fernet unit tests do not test persistence logic

2015-10-13 Thread Chuck Short
** Changed in: keystone/kilo Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1471967 Title: Fernet unit tests do not test persistence logic

  1   2   >