[Yahoo-eng-team] [Bug 1313266] Re: Missing Operation in the Identity CLI and Python Client

2014-05-08 Thread Matt Fischer
** Project changed: keystone => python-keystoneclient ** Changed in: python-keystoneclient Status: New => Confirmed -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1313266 Title:

[Yahoo-eng-team] [Bug 1317723] [NEW] There should be a log if the admin password is not set

2014-05-08 Thread Wei Tie
Public bug reported: There is a configurable "libvirt_inject_password" for libvirt driver inject admin password or not. But if the value is set as "False", the password will not be inject and the boot work will be succeed without any warning. Also, in horizon, there isn't any configurable valu

[Yahoo-eng-team] [Bug 1316739] Re: Exception is thrown while creating a ipsec site conenction if vpn service doesnot have router gateway set(removing the router gateway after the vpn service creation)

2014-05-08 Thread Nachi Ueno
This is duplicate bug of 1261598 ** Changed in: neutron Status: New => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1316739 Title: Exception is thrown while creating

[Yahoo-eng-team] [Bug 1316724] Re: IKE Policy on peer site mismatched parameter still the ipsec site connection shows in active state

2014-05-08 Thread Nachi Ueno
This is a default behavior of openswan configuration. Operator can customize detail configuration using ipsec_config_template parameters. https://github.com/openstack/neutron/blob/master/neutron/services/vpn/device_drivers/template/openswan/ipsec.conf.template ** Changed in: neutron Statu

[Yahoo-eng-team] [Bug 1316706] Re: Agent List onto the openstack controller doesnot list the VPN Services agent running onto network node

2014-05-08 Thread Nachi Ueno
Actually, vpn-agent is a extended version of l3 agent. It is work as l3 agent with additional vpn functionaries. In future, we may have a service agent which can host multiple services and agent-list can be improved which service will be hosted where. However, we need bp for this. ** Changed in

[Yahoo-eng-team] [Bug 1317668] [NEW] fixed_ip object associate method doesn't handle an IPAddress object field

2014-05-08 Thread Andrew Laski
Public bug reported: When an nova.objects.fields:IPAddress or subclass is passed to a fixed_ip object associate method the following traceback occurs: Traceback (most recent call last): File "/home/alaski/dev/nova/.tox/py27/local/lib/python2.7/site-packages/eventlet/queue.py", line 107, in s

[Yahoo-eng-team] [Bug 1317654] [NEW] default dhcp lease time of 120s is too short

2014-05-08 Thread Brent Eagles
Public bug reported: The default dhcp lease time is fairly short (120s). Is this simply a hold-over from the time before force_dhcp_release was the default and dhcp_release was expected throughout or is there another reason for the default to be so brief? ** Affects: nova Importance: Undecid

[Yahoo-eng-team] [Bug 1317630] [NEW] "Build timed out" in gate-horizon-selenium

2014-05-08 Thread Gary W. Smith
Public bug reported: The gate-horizon-selenium job is timing out. End portion of the log: 2014-05-07 21:00:18.331 | nosetests horizon --nocapture --nologcapture --exclude-dir=horizon/conf/ --exclude-dir=horizon/test/customization --cover-package=horizon --cover-inclusive --all-modules --exclud

[Yahoo-eng-team] [Bug 1317588] [NEW] _network_filter_hook unit test failed in different components

2014-05-08 Thread Howard
Public bug reported: The unit test, test_network_filter_hook_nonadmin_context, has some wrong assertion at the last line: self.assertEqual(conditions.__str__(), "%s OR %s" % (txt, txt)) This failed the unit tests of bug 1308958 if something was made on the function _network_filter_hook. The oth

[Yahoo-eng-team] [Bug 1317515] [NEW] flavor-access-add doesn't validate the tenant id

2014-05-08 Thread Julie Pichon
Public bug reported: I can use a random string to represent the tenant when calling flavor- access-add, and it will be shown in the flavor-access-list output even though it has no meaning and won't work. This causes confusion for users, who use the command to add tenants by name and then wonder wh

[Yahoo-eng-team] [Bug 1317457] Re: Subnet IPs doesn't recycle

2014-05-08 Thread Salvatore Orlando
In the icehouse release the ip allocation strategy was optimized. With this improvement it now put a lot less stress on the database; however addresses are not recycled immediately, but only when the allocation pool is about to be exhausted. Relevant commit id: 89f2562 ** Changed in: neutron

[Yahoo-eng-team] [Bug 1305186] Re: Fake libvirtError incompatibile with real libvirtError

2014-05-08 Thread Salvatore Orlando
** Changed in: neutron Status: In Progress => Won't Fix ** Changed in: neutron Status: Won't Fix => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1305186 Title: F

[Yahoo-eng-team] [Bug 1317457] [NEW] Subnet IPs doesn't recycle

2014-05-08 Thread tuanvc
Public bug reported: I'm using Icehouse stable release and ML2 plugin. 1) Create subnet 192.168.1.0/24 with DHCP enabled 2) Create a new port for this subnet. This port will be assigned IP: 192.168.1.2 3) Delete the above port 4) Create a new port for this subnet, again. This port will be assign

[Yahoo-eng-team] [Bug 1304481] Re: Nova operates network failed by "Maximum attempts reached" error when Cloud under heavy workload

2014-05-08 Thread Salvatore Orlando
This is a known issue with neutron having lock wait timeout issues. We have opened bugs for all the instances of lock wait timeouts observed in upstream testing. closing this one as targeted fixes are already being proposed for the relevant bugs. ** Changed in: neutron Status: New => Inva

[Yahoo-eng-team] [Bug 1302275] Re: DHCP service start failed

2014-05-08 Thread Salvatore Orlando
In some IPv6 scenarios, the gateway might be outside of the subnet cidr. ** Changed in: neutron Status: New => Incomplete ** Changed in: neutron Status: Incomplete => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscr

[Yahoo-eng-team] [Bug 1317434] [NEW] "0 bytes" string not translatable in format convertion tag

2014-05-08 Thread Julie Pichon
Public bug reported: The exception section of float_cast_filesizeformat() can return "0 bytes", however the string is not marked as translatable. It should be, so that the translation team can provide a translation for it. https://github.com/openstack/horizon/blob/041b4ff3f2/horizon/templatetags/

[Yahoo-eng-team] [Bug 1298907] Re: neutron CLI returns CSV with CR character

2014-05-08 Thread Salvatore Orlando
Surely this is not a neutron issue, but a python-neutronclient one. Moreover, the root cause of the issue might lie in cliff or other dependent libraries. ** Also affects: python-neutronclient Importance: Undecided Status: New ** No longer affects: neutron ** Changed in: python-neutro

[Yahoo-eng-team] [Bug 1263294] Re: ephemeral0 of /dev/sda1 triggers 'did not find entry for sda1 in /sys/block'

2014-05-08 Thread Robert Collins
Reopening this - once we've configured services to use /mnt, its a fairly fatal error when we nova rebuild the machine (preserving the state partition) but said services start up after cloud init but before our workaround-hack to fix things. E.g. our hack is insufficient. ** Changed in: tripleo

[Yahoo-eng-team] [Bug 1288438] Re: Neutron server takes a long time to recover from VIP move

2014-05-08 Thread Salvatore Orlando
** Also affects: neutron Importance: Undecided Status: New ** Changed in: neutron Importance: Undecided => High ** Changed in: neutron Status: New => Triaged -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neu

[Yahoo-eng-team] [Bug 1297701] Re: Create VM use another tenant's port, the VM can't communicate with other

2014-05-08 Thread Salvatore Orlando
I think in this case it should be up to the admin to ensure the appropriate security group rules are added. Do you think it should be different? ** Changed in: neutron Status: New => Confirmed ** Changed in: neutron Status: Confirmed => Opinion ** Changed in: neutron Importance

[Yahoo-eng-team] [Bug 1297309] Re: Unauthorized: Unknown auth strategy

2014-05-08 Thread Salvatore Orlando
** Changed in: python-neutronclient Importance: Undecided => Medium ** No longer affects: neutron -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1297309 Title: Unauthorized: Unknown

[Yahoo-eng-team] [Bug 1315479] Re: Horizon doesn't show complete flavor access list

2014-05-08 Thread Julie Pichon
Indeed, this isn't something we can fix from the Horizon side. Thanks! ** Changed in: horizon Status: Incomplete => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bugs.launchp

[Yahoo-eng-team] [Bug 1317393] [NEW] VMware: operating system not found after upgrade to 5.5

2014-05-08 Thread David Geng
Public bug reported: I am testing the vmware native driver of nova compute component. My environment should be workable before I upgrade my vCenter and EXSi from 5.0 to 5.5. After the upgrade, I found all the existing VMs boot from nova can not be started in my vCenter with 'Operating system no

[Yahoo-eng-team] [Bug 1317392] [NEW] Glance image-list returns different results for MySQL and PostgreSQL

2014-05-08 Thread Abhishek Kekane
Public bug reported: Glance image-list is returning different results for MySQL and PostgreSQL with sort_key=name Steps to reproduce: 1. Assume images with following names are present in database 'image--1439541877', 'Fedora-x86_64-20-20131211.1-sda', 'cirros-0.3.1-x86_64-uec-ramdi

[Yahoo-eng-team] [Bug 1316504] Re: glance-manage does not print an error on failed db_sync

2014-05-08 Thread Flavio Percoco
The errors where logged in the log file. ** Changed in: glance 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/1316504 Title: glance-manage does not print an

[Yahoo-eng-team] [Bug 1307502] Re: quota-update should error out if input provided is wrong tenant id

2014-05-08 Thread Salvatore Orlando
Neutron does not validate tenant identfiers. This would require an extra round trip to keystone, and possibly a different set of operations if the auth strategy is not keystone. Setting this to won't fix, but feel free to reopen it. ** Changed in: neutron Status: Incomplete => Won't Fix -