[Yahoo-eng-team] [Bug 1482744] Re: HealthcheckResult class source is dumped in glance logs on every dsvm test run

2015-08-07 Thread Matt Riedemann
The namedtuple is actually defined in oslo.middleware: https://github.com/openstack/oslo.middleware/blob/master/oslo_middleware/healthcheck/pluginbase.py ** Also affects: oslo.middleware Importance: Undecided Status: New -- You received this bug notification because you are a member

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

2015-08-07 Thread Christoph Seifert
Public bug reported: Version: stable/kilo Run with ./run_test.py --runserver Running an old havana glance backend will result in an AttributeError since the attribute is introduced with the icehouse release. See error log at bottom of message. A simple check for the attribute will solve this

[Yahoo-eng-team] [Bug 1374210] Re: VimExceptions need to support i18n objects

2015-08-07 Thread Davanum Srinivas (DIMS)
** Changed in: nova Status: Confirmed = Invalid -- 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/1374210 Title: VimExceptions need to support i18n objects Status

[Yahoo-eng-team] [Bug 1376596] Re: Cannot start nova-network on juno and kilo

2015-08-07 Thread Davanum Srinivas (DIMS)
** Changed in: nova Status: Confirmed = 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/1376596 Title: Cannot start nova-network on juno and kilo

[Yahoo-eng-team] [Bug 1363315] Re: Process exited while connecting to monitor

2015-08-07 Thread Davanum Srinivas (DIMS)
** Changed in: nova Status: Confirmed = Invalid -- 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/1363315 Title: Process exited while connecting to monitor Status

[Yahoo-eng-team] [Bug 1482772] [NEW] Region filtering for endpoints does not work

2015-08-07 Thread Daniel Gonzalez Nothnagel
Public bug reported: When i run “openstack endpoint list --os-url http://192.168.33.10:5000/v3 --os-identity-api-version=3 --service identity --interface public --region RegionTwo” i would expect that it only lists endpoints from RegionTwo. But i get the identity endpoint from RegionOne. Here

[Yahoo-eng-team] [Bug 1482773] [NEW] H405 violations: multi line docstring summary not separated with an empty line

2015-08-07 Thread Dolph Mathews
Public bug reported: Keystone's tox.ini contains an ignore entry for H405. All violations of H405 should be fixed so that H405 can be removed from the ignore list. ** Affects: keystone Importance: Low Assignee: Dolph Mathews (dolph) Status: In Progress ** Tags:

[Yahoo-eng-team] [Bug 1482744] Re: HealthcheckResult class source is dumped in glance logs on every dsvm test run

2015-08-07 Thread Matt Riedemann
I guess we don't want the file there because that actually disables the service: https://github.com/openstack/oslo.middleware/blob/master/oslo_middleware/healthcheck/__init__.py#L97 If the file exists, then any requests to the service get a 503 back. So we need to figure out what is logging

[Yahoo-eng-team] [Bug 1448031] Re: run_tests.sh failed with code coverage

2015-08-07 Thread Davanum Srinivas (DIMS)
Seems to be working for me. ** Changed in: nova Status: Confirmed = 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/1448031 Title: run_tests.sh failed

[Yahoo-eng-team] [Bug 1482792] [NEW] Simplify the Instances page filter option. Search should work for any string like any other filter in the Openstack

2015-08-07 Thread Amogh
Public bug reported: Simplify the Instances page filter option. Search should work for any string like any other filter in the Openstack. In project-Instances. filter options are not user friendly compared to other pages(volumes, networks etc..) e.g. to filter with image ID= user has to fetch

[Yahoo-eng-team] [Bug 1482793] [NEW] Failing to read nova-br100.hosts file when using nova network with multi_host configuration.

2015-08-07 Thread Alberto Murillo
Public bug reported: When using nova network in multi_host configuration, it adds an additional host file to dnsmasq options. https://github.com/openstack/nova/blob/master/nova/network/linux_net.py#L1152 if network_ref['multi_host']: cmd.append('--addn-hosts=%s' % _dhcp_file(dev,

[Yahoo-eng-team] [Bug 1479981] Re: Openstackclient return wrong quota information

2015-08-07 Thread Rui Zang
The real problem is to show quota you should use the exact string that you specified as tenant-id when updating the quota. In your case, you specified the tenant-id is UUID when you update the port quota --- layton-pistachio:/opt/openstack # neutron --insecure --os-project- id

[Yahoo-eng-team] [Bug 1482507] [NEW] launch vm can choose flavor

2015-08-07 Thread Sun Jing
Public bug reported: when launch instance instance boot source choose Boot from image, then Flavor will show tips: Some flavors not meeting minimum image requirements have been disabled. and some flavor can not be choosed. then instance boot source choose Boot from volume,the disabled flavors

[Yahoo-eng-team] [Bug 1482509] [NEW] Remove un-related nova quota in test data

2015-08-07 Thread Lin Hua Cheng
Public bug reported: There two quota in nova_data that are cinder related: - volumes='1', - gigabytes='1000', When the test runs django18, this causes a test failure: == FAIL: test_index_with_neutron_disabled

[Yahoo-eng-team] [Bug 1482519] [NEW] Missing functional tests for ovs_lib

2015-08-07 Thread Madhu Mohan Nelemane
Public bug reported: ovs_lib functions related to ofctl calls do not have functional tests. There are unit tests to mock these functions, but separate functional tests are required to verify functions related to flow management (Eg: add/delete/dump flows). ** Affects: neutron Importance:

[Yahoo-eng-team] [Bug 1482535] [NEW] Users table email cell inline editing should have restriction

2015-08-07 Thread qiaomin032
Public bug reported: Users table inline cell editing should be restricted input can only be a mailbox format. Please see the attachment for more detail. ** Affects: horizon Importance: Undecided Assignee: qiaomin032 (chen-qiaomin) Status: In Progress ** Attachment added:

[Yahoo-eng-team] [Bug 1482521] [NEW] L3 Agent in DVR mode is removing FIP namespace on startup

2015-08-07 Thread Artur Korzeniewski
Public bug reported: Rrestarting the L3 agent in DVR mode is causing the VM network downtime for configured floating IP. The responsible for this situation is removing of FIP namespace at startup. The reproduction steps: 1. Configure Openstack to have tenant network and external network with

[Yahoo-eng-team] [Bug 1479346] Re: LBaaS: test_healthmonitor_basic scenario fails

2015-08-07 Thread Elena Ezhova
This bug hasn't been fixed yet, the change that fixes it [1] is still on review. [1] https://review.openstack.org/#/c/207196/6 ** Changed in: neutron Status: Fix Released = In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1482554] [NEW] skip setting up firewall filters for ports not attached to any security groups

2015-08-07 Thread Sudhakar Gariganti
Public bug reported: Not all neutron ports have security groups attached to them. In OVS Neutron agent, when we try to process a newly discovered port (be it a compute or network), we get the port details from the server and then try to apply the firewall filters. But typically for network

[Yahoo-eng-team] [Bug 1482524] [NEW] volume table filter has an error

2015-08-07 Thread Sun Jing
Public bug reported: In page admin/volumes ,table filter maybe has an error: volumes in creating state can not be filted. ** Affects: horizon Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1482556] [NEW] RFE - Missing possibility to check whether FIP is dissociated on association.

2015-08-07 Thread Milan Falešník
Public bug reported: I was trying to write a code that reuses allocated floating IPs using python nova client api. The method I used was add_floating_ip but I was worried of race conditions if multiple clients would try to associate the same FIP with different machines, since that method does not

[Yahoo-eng-team] [Bug 1482522] [NEW] yaml's ext in ironic not same with others

2015-08-07 Thread Zhao Lei
Public bug reported: All openstack project's yaml file use 'yaml' as ext-name, except this one: # pwd /.../openstack # # find -name '*.yml' ./ironic/vagrant.yml # # find -name '*.yaml' ./sahara/sahara/tests/scenario_unit/vanilla2_6_0.yaml ./sahara/bandit.yaml ... (all others) # Better to use

[Yahoo-eng-team] [Bug 1481161] Re: ML2 plugin for MLX: Unable to configure device with ssh connector when enable password is configured

2015-08-07 Thread Pradeep Sathasivam
** Also affects: neutron Importance: Undecided Status: New ** Changed in: neutron Assignee: (unassigned) = Pradeep Sathasivam (spradeepv) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1482588] [NEW] List creation could be rewritten as a list literal

2015-08-07 Thread Ankit Agrawal
Public bug reported: In sqlalchemy/artifacts.py -- _out method, list deparr' is created as below. deparr = [] deparr.append(_out(dep.dest, new_show_level)) could be rewritten as deparr = [_out(dep.dest, new_show_level)] ** Affects: glance Importance: Undecided Assignee: Ankit

[Yahoo-eng-team] [Bug 1467589] Re: Remove Cinder V1 supprt

2015-08-07 Thread Ivan Kolodyazhny
We need to have new release of python-openstackclinent with fix #1475060 to support volume type creation via Cinder API v2 ** Also affects: python-openstackclient Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 1482567] [NEW] Install error when run latest devstack on master branch

2015-08-07 Thread Canh Truong
Public bug reported: 2015-08-07 07:24:09.148 | + create_keystone_accounts 2015-08-07 07:24:09.149 | ++ get_or_create_project admin default 2015-08-07 07:24:09.150 | ++ local project_id 2015-08-07 07:24:09.151 | +++ openstack --os-url=http://172.16.91.153:5000/v3 --os-identity-api-version=3

[Yahoo-eng-team] [Bug 1482609] [NEW] Intermittent py27 failure - TypeError: unsupported operand type(s

2015-08-07 Thread Davanum Srinivas (DIMS)
Public bug reported: logstash shows 73 hits in last 48 hours:

[Yahoo-eng-team] [Bug 1482583] [NEW] name attribute declared twice in ImmutableImageProxy class

2015-08-07 Thread Ankit Agrawal
Public bug reported: name attribute declared twice in ImmutableImageProxy class in glance/api/authorization.py module. ** Affects: glance Importance: Undecided Assignee: Ankit Agrawal (ankitagrawal) Status: In Progress ** Changed in: glance Assignee: (unassigned) = Ankit

[Yahoo-eng-team] [Bug 1482585] [NEW] Fix duplicate-key pylint issue

2015-08-07 Thread Rajesh Tailor
Public bug reported: steps to list duplicate-key pylint issue: (1) Run below command: pylint --rcfile=.pylintrc -f parseable cinder/ | grep '\[W0109' ** Affects: keystone Importance: Undecided Assignee: Rajesh Tailor (rajesh-tailor) Status: In Progress ** Changed in: keystone

[Yahoo-eng-team] [Bug 1482586] [NEW] Dictionary creation could be rewritten as a dictionary literal

2015-08-07 Thread Ankit Agrawal
Public bug reported: There are several places where dict is created and then initialized with keys later. for example. test_metadef_resourcetypes.py module, ResourceTypeController-index method. filters = {} filter['namespace'] = namespace could be rewritten as filters = {'namespace':

[Yahoo-eng-team] [Bug 1482594] [NEW] __getitem___ is not returning any value

2015-08-07 Thread Ankit Agrawal
Public bug reported: There are 2 cases where __getitem___ method is not returning any value from fake_volume module. If we are calling a get method it is expected to return some results. ** Affects: nova Importance: Undecided Assignee: Ankit Agrawal (ankitagrawal) Status: In

[Yahoo-eng-team] [Bug 1480400] Re: Documentation error for properties

2015-08-07 Thread Niall Bunting
** Also affects: openstack-api-site Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1480400 Title: Documentation error for properties Status

[Yahoo-eng-team] [Bug 1482660] [NEW] Stop using deprecated methods in assignment manager

2015-08-07 Thread Brant Knudson
Public bug reported: Keystone code is using a lot of deprecated methods in assignment manager. This will cause problems if anybody ever sets fatal_deprecations to True since normal operations will just stop working. You can find the users of the deprecated methods by removing them from

[Yahoo-eng-team] [Bug 1467589] Re: Remove Cinder V1 supprt

2015-08-07 Thread Steve Martinelli
** Changed in: python-openstackclient Status: New = Invalid -- 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/1467589 Title: Remove Cinder V1 supprt Status in

[Yahoo-eng-team] [Bug 1482705] [NEW] When Nova quotas are disabled, one cannot choose flavor in Launch Instance NG

2015-08-07 Thread Timur Sufiev
Public bug reported: In some OpenStack setups Nova quotas are disabled (partly due to performance reasons, partly because of legacy issues) by using no-op driver for them. In this situation it's impossible to launch an instance with Angular-based workflow because the process is blocked at Flavor

[Yahoo-eng-team] [Bug 1482609] Re: Intermittent py27 failure - TypeError: unsupported operand type(s

2015-08-07 Thread Matthew Treinish
** Changed in: os-testr 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/1482609 Title: Intermittent py27 failure - TypeError:

[Yahoo-eng-team] [Bug 1482696] [NEW] Gate 2.7 six is really way to old

2015-08-07 Thread Joshua Harlow
Public bug reported: This is causing the rpmbuild of python cryptography to fail: ''' Installed /home/jenkins/workspace/gate-anvil-rpms-dsvm-devstack-centos7/openstack/deps/rpmbuild/python-cryptography-0.9.3-0.el7.centos.src.rpm/BUILD/cryptography-0.9.3/.eggs/enum34-1.0.4-py2.7.egg Traceback

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

2015-08-07 Thread Matt Riedemann
Public bug reported: Nova sends the entire serialized service catalog in the http header to glance requests: https://github.com/openstack/nova/blob/icehouse- eol/nova/image/glance.py#L136 If you have a lot of endpoints in your service catalog this can make glance fail with 400 Header Line

[Yahoo-eng-team] [Bug 1482676] [NEW] update_subnet does not work for prefix delegation

2015-08-07 Thread John Davidge
Public bug reported: The change made on line 593 of https://review.openstack.org/#/c/158697/62/neutron/db/db_base_plugin_v2.py incorrectly refers to a function as ipam.generate_allocation_pools, when it should be ipam.generate_pools. This should be fixed, and a unit test should be added to make

[Yahoo-eng-team] [Bug 1474069] Re: DeprecatedDecorators test does not setup fixtures correctly

2015-08-07 Thread Brant Knudson
** Also affects: oslo.log Importance: Undecided Status: New ** Changed in: oslo.log Assignee: (unassigned) = Brant Knudson (blk-u) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone.

[Yahoo-eng-team] [Bug 1482662] [NEW] Remove deprecated methods from assignment manager

2015-08-07 Thread Brant Knudson
Public bug reported: The assignment manager doesn't provide a stable interface (yet), so there's no need to go through deprecation. Also, leaving the deprecated methods around makes it too easy for developers of new features to use the old deprecated method rather than the new one. **

[Yahoo-eng-team] [Bug 1482701] [NEW] Federation: user's name in rules not respected

2015-08-07 Thread Marek Denis
Public bug reported: For a mapping rule (see local's user name and user id are different) [ { local: [ { group: { id: 852d0dc079cf4709813583e92498e625 } }, { user: {

[Yahoo-eng-team] [Bug 1482677] [NEW] volume backup restore not working

2015-08-07 Thread Ryan Peters
Public bug reported: Restore Backup button asks for backup name. Restore does not work. To reproduce: 1. Create the volume 'test', and create the volume backup 'test_bak'. 2. Navigate to Volume Backups and click on Restore Backup button for 'test_bak'. 3. Observe that popup is launched to

[Yahoo-eng-team] [Bug 1482609] Re: Intermittent py27 failure - TypeError: unsupported operand type(s

2015-08-07 Thread Davanum Srinivas (DIMS)
** Changed in: nova Status: New = Invalid -- 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/1482609 Title: Intermittent py27 failure - TypeError: unsupported

[Yahoo-eng-team] [Bug 1482687] [NEW] enabled emulation query should request no attributes

2015-08-07 Thread Brant Knudson
Public bug reported: When keystone does the ldap_search for the enabled emulation entry, it asks for the cn attribute to be returned. Since keystone doesn't use the cn attribute from the result, there's no need for it to request this attribute, and it would be slightly more efficient to request

[Yahoo-eng-team] [Bug 1054501] Re: Fail safe wsgi logging

2015-08-07 Thread Sean McGinnis
** Changed in: cinder Status: Incomplete = Invalid -- 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/1054501 Title: Fail safe wsgi logging Status in Cinder:

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

2015-08-07 Thread Dolph Mathews
** Tags added: kilo-backport-potential ** Also affects: keystone/kilo Importance: Undecided Status: New -- 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

[Yahoo-eng-team] [Bug 1482744] [NEW] HealthcheckResult class source is dumped in glance logs on every dsvm test run

2015-08-07 Thread Matt Riedemann
Public bug reported: This class source is dumped in a devstack run in both g-api and g-reg logs: http://logs.openstack.org/00/209200/11/check/gate-neutron-lbaasv1-dsvm- api/e205cb7/logs/screen-g-api.txt.gz#_2015-08-07_18_47_55_313 class HealthcheckResult(tuple):

[Yahoo-eng-team] [Bug 1482738] [NEW] _poll_bandwidth_usage task fails to create bw usage object with TypeError

2015-08-07 Thread Matt Riedemann
*** This bug is a duplicate of bug 1442749 *** https://bugs.launchpad.net/bugs/1442749 Public bug reported: I noticed this in the logs of a citrix xenserver CI job run: http://dd6b71949550285df7dc-

[Yahoo-eng-team] [Bug 1398531] Re: Syntax error (?) when building virtualenv

2015-08-07 Thread Joshua Harlow
** Changed in: anvil Status: New = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to anvil. https://bugs.launchpad.net/bugs/1398531 Title: Syntax error (?) when building virtualenv Status in anvil: Invalid Bug

[Yahoo-eng-team] [Bug 1464750] Re: Service accounts can be used to login horizon

2015-08-07 Thread Adam Young
It might make sense to have Horizon limit login to users with the Member or Admin roles only. ** Also affects: nova Importance: Undecided Status: New ** Changed in: nova Assignee: (unassigned) = Adam Young (ayoung) -- You received this bug notification because you are a member

[Yahoo-eng-team] [Bug 1482671] [NEW] Sorting by IP addresses is broken in XStatic-JQuery.TableSorter==2.0.5b.0

2015-08-07 Thread Timur Sufiev
Public bug reported: But it works in XStatic-JQuery.TableSorter==2.14.5.1. That means that we should raise the lower bound for version in requirements to ensure that sorting by IP address works in Horizon. ** Affects: horizon Importance: Medium Assignee: Timur Sufiev (tsufiev-x)

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

2015-08-07 Thread Matt Riedemann
** Also affects: nova/juno Importance: Undecided Status: New ** Also affects: nova/kilo 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).

[Yahoo-eng-team] [Bug 1482744] Re: HealthcheckResult class source is dumped in glance logs on every dsvm test run

2015-08-07 Thread Matt Riedemann
** Changed in: oslo.middleware Status: New = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1482744 Title: HealthcheckResult class source is dumped in glance logs on every

[Yahoo-eng-team] [Bug 1445910] Re: icehouse side of gate-grenade-dsvm fails with DB DeadlockError

2015-08-07 Thread Davanum Srinivas (DIMS)
No more icehouse? :) ** Changed in: nova Status: Confirmed = 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/1445910 Title: icehouse side of

[Yahoo-eng-team] [Bug 1434696] Re: test_new_websocket_client_token_invalid uses improper header

2015-08-07 Thread Davanum Srinivas (DIMS)
** Changed in: nova Status: Confirmed = Invalid -- 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/1434696 Title: test_new_websocket_client_token_invalid uses

[Yahoo-eng-team] [Bug 1388351] Re: NoVNC does not work with python lower than 2.7.4

2015-08-07 Thread Davanum Srinivas (DIMS)
** Changed in: nova Status: Confirmed = 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/1388351 Title: NoVNC does not work with python lower than 2.7.4

[Yahoo-eng-team] [Bug 1419677] Re: NoneType Error was raised when booting a dedicated cpu instance on libvirt1.2.2

2015-08-07 Thread Davanum Srinivas (DIMS)
** Changed in: nova Status: Confirmed = Invalid -- 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/1419677 Title: NoneType Error was raised when booting a dedicated

[Yahoo-eng-team] [Bug 1482627] [NEW] Moving translation to HTML for launch-instance network step

2015-08-07 Thread Thai Tran
Public bug reported: We should clean out old gettext and move them into HTML files. This bug addresses the move to launch-instance network step. ** Affects: horizon Importance: Medium Assignee: Thai Tran (tqtran) Status: In Progress ** Tags: low-hanging-fruit -- You

[Yahoo-eng-team] [Bug 1482625] [NEW] Fix unreachable code in test_v3 module

2015-08-07 Thread Rajesh Tailor
Public bug reported: assertIsInstance method is unreachable in assertValidISO8601ExtendedFormatDateTime method in test_v3 module. ** Affects: keystone Importance: Undecided Assignee: Rajesh Tailor (rajesh-tailor) Status: In Progress ** Changed in: keystone Assignee:

[Yahoo-eng-team] [Bug 1482622] [NEW] functional test fails with RuntimeError: Second simultaneous read on fileno 6

2015-08-07 Thread venkata anil
Public bug reported: Neutron functional test is failing with below error in gate 2015-07-28 17:14:04.164 | 2015-07-28 17:14:04.154 | 2015-07-28 17:13:58.550 6878 ERROR neutron.callbacks.manager evtype, fileno, evtype, cb, bucket[fileno])) 2015-07-28 17:14:04.166 | 2015-07-28

[Yahoo-eng-team] [Bug 1482630] [NEW] Router resources lost after rescheduling

2015-08-07 Thread Oleg Bondarev
Public bug reported: Currently router_added_to_agent (and other) notifications are sent to agents with an RPC cast() method which does not ensure that the message is actually delivered to the recipient. If the message is lost (for example due to instability of messaging system during failover

[Yahoo-eng-team] [Bug 1482816] [NEW] Nova should not return a 500 on floating ip create with ipv6

2015-08-07 Thread Matthew Treinish
Public bug reported: Neutron does not support creating or using floating ips on an ipv6 network. When nova gets a create floating ip call and does the passthrough call to neutron it will get a 400 response from neutron saying there is not ipv4 subnet available. This goes unhandled by nova and

[Yahoo-eng-team] [Bug 1407417] Re: Error: No nw_info cache associated with instance (HTTP 400)

2015-08-07 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).