[Yahoo-eng-team] [Bug 1453676] [NEW] --port-security-enabled=False/True option does not exist in network creation / update

2015-05-10 Thread Eran Kuris
Public bug reported: According to RFE: https://bugzilla.redhat.com/show_bug.cgi?id=1167496 We need to add support of port-security-enabled=False/True when creating and updating network. version : ]# rpm -qa |grep horizon python-django-horizon-2015.1.0-2.el7.noarch this flag relevant to port cre

[Yahoo-eng-team] [Bug 1453675] [NEW] Live migration fails

2015-05-10 Thread Mika Saari
Public bug reported: 1: Exact Version (Latest apt-get dist-upgrade with Kilo repositories for ubuntu 14.04.02) ii nova-api1:2015.1~rc1-0ubuntu1~cloud0 all OpenStack Compute - API frontend ii nova-cert 1:2015.1~rc1-0ubuntu1

[Yahoo-eng-team] [Bug 1453671] [NEW] --port_security_enabled flag does not exist in neutron net/port-create/update help

2015-05-10 Thread Eran Kuris
Public bug reported: When printing help of neutron net-create / neutron net-update / neutron port-create / neutron port-update there is no explanation of new flag : --port_security_enabled. version: # rpm -qa |grep neutron python-neutronclient-2.3.11-1.el7.noarch openstack-neutron-2015.1.0-

[Yahoo-eng-team] [Bug 1453667] [NEW] Changing --port_security_enabled=False in network does not propagated to already existing ports

2015-05-10 Thread Eran Kuris
Public bug reported: According to RFE: https://bugzilla.redhat.com/show_bug.cgi?id=1167496 Port that already created from network with --port_security_enabled=True will not updated to False when we update network to --port_security_enabled=False. Version: # rpm -qa |grep neutron python-neutronc

[Yahoo-eng-team] [Bug 1453666] [NEW] libvirt: guestfs api makes nova-compute hang

2015-05-10 Thread Qin Zhao
Public bug reported: Latest Kilo code. In inspect_capabilities() of nova/virt/disk/vfs/guestfs.py, guestfs api, which is C-extension, will hang nova-compute process when it is invoked. This problem will result in message queue time out error and instance booting failure. And example of this prob

[Yahoo-eng-team] [Bug 1453656] [NEW] [VPNaaS] vpnaas ipsec connection can not change from pending_create to active

2015-05-10 Thread Wei Hu
Public bug reported: Create a vpn service, and using strongswan as its driver or libreswan. Though the IPsec connection has already established, the status of the ipsec connection is still in pending_create. [root@test102 ~]# neutron ipsec-site-connection-list +---

[Yahoo-eng-team] [Bug 1421155] Re: project instance limit also applicable for compute node

2015-05-10 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). https://bugs

[Yahoo-eng-team] [Bug 1453629] [NEW] Creating neutron ports uses incorrect instance availability zone

2015-05-10 Thread Sam Morrison
Public bug reported: The AZ of an instance is calculated wrong when creating neutron ports. It uses the requested instance AZ as opposed to the actual AZ of the instance. ** Affects: nova Importance: Undecided Status: New -- You received this bug notification because you are a mem

[Yahoo-eng-team] [Bug 1452298] Re: Fails to filter domains by id

2015-05-10 Thread Jamie Lennox
I'm moving this to the server side, i don't think it is a client issue because: 1. When you have an id you typically don't use find(), you use get(). Find implies a search by attribute and it returns an array as you will often have multiple objects that match said attribute. Get is a fetch by id,