[Yahoo-eng-team] [Bug 1200585] Re: floatingip-create doesn't check if tenant_id exists or enabled

2015-05-27 Thread OpenStack Infra
Fix proposed to branch: master Review: https://review.openstack.org/186264 ** Changed in: neutron Status: Invalid => In Progress ** Changed in: neutron Assignee: Jian Wen (wenjianhn) => lee jian (leejian0612) -- You received this bug notification because you are a member of Yahoo! E

[Yahoo-eng-team] [Bug 1459496] [NEW] task_state is not 'None' when vm stay in 'ERROR' state

2015-05-27 Thread Rui Chen
Public bug reported: Compute instance task states represent what is happening to the instance at the current moment. When the instance is 'ERROR' state, the 'spawning' task_state make users confused, 'spawning' job had been done and failed, it should been set to 'None'. 1. Version of Nova $ git

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

2015-05-27 Thread wangxiyuan
Public bug reported: Enviroment: flalvor :1 --- 1G disk. volume :128c8c78-ff3d-4636-8c5a-e27660741ec0 ,---2G,bootable,image:774b174a-a15a-492d-978d-74c3292a116e, image:774b174a-a15a-492d-978d-74c3292a116e 13M when boot from volume like this: nova boot --flavor 1 --nic net-id=2746e15a-b35a-43

[Yahoo-eng-team] [Bug 1453791] Re: Lbaas Pool and Members from Different SubNets

2015-05-27 Thread ZongKai LI
** Package changed: neutron-lbaas (Ubuntu) => neutron ** Changed in: neutron Assignee: (unassigned) => ZongKai LI (lzklibj) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1453791 Tit

[Yahoo-eng-team] [Bug 1453791] [NEW] Lbaas Pool and Members from Different SubNets

2015-05-27 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: There is no definite mapping between Pool Subnet ID and Its Members. It is possible to Assign another Subnet with different IP for Pool and its members. For E.g A pool is created with subnet 135.254.189.0/24, and its members from Instances assigned to

[Yahoo-eng-team] [Bug 1459483] [NEW] able to validate a Fernet token with garbage at the end

2015-05-27 Thread Matt Fischer
Public bug reported: I am able to verify Fernet tokens that contain garbage at the end, not so with UUID tokens. For example. UUID: curl -H "X-Auth-Token:84db9247b27d4fe6bd0a09b7b39281e2" http://localhost:35357/v2.0/tokens/84db9247b27d4fe6bd0a09b7b39281e2 Works curl -H "X-Auth-Token:84db9247b

[Yahoo-eng-team] [Bug 1459482] [NEW] Default policy too restrictive on getting user

2015-05-27 Thread Qiming Teng
Public bug reported: For services that need to talk to many other services, Keystone has provided the trust based authentication model. That is good. When a user (e.g. USER) raises a service request, the actual job is delegated to the service user (e.g. SERVICE). SERVICE user will use trust mecha

[Yahoo-eng-team] [Bug 1459477] [NEW] gate-horizon-dsvm-integration intermittently fails with 'selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: {"method":"css selec

2015-05-27 Thread Matt Riedemann
Public bug reported: http://logs.openstack.org/48/185848/1/gate/gate-horizon-dsvm- integration/0c6efa4/console.html#_2015-05-27_10_11_32_954 2015-05-27 10:11:32.921 | 2015-05-27 10:11:32.905 | Traceback (most recent call last): 2015-05-27 10:11:32.923 | 2015-05-27 10:11:32.906 | File "/opt/st

[Yahoo-eng-team] [Bug 1459467] [NEW] port update multiple fixed IPs anticipating allocation fails with mac address error

2015-05-27 Thread Kevin Benton
Public bug reported: A port update with multiple fixed IP specifications, one with a subnet ID and one with a fixed IP that conflicts with the address picked by the one specifying the subnet ID will result in a dbduplicate entry which is presented to the user as a mac address error. ~$ neutron po

[Yahoo-eng-team] [Bug 1459468] [NEW] When doing resize action, CONF.allow_resize_on_same_host should check only once

2015-05-27 Thread Zhenyu Zheng
Public bug reported: In the current implementation, when doing instance resize action. The CONF.allow_resize_to_same_host is first checked in compute/api which is on controller node. If CONF.allow_resize_to_same_host = True, nothing will added to filter_properties['ignore_hosts'], if it is set

[Yahoo-eng-team] [Bug 1341096] Re: neutron port-update allocates double fixed ip

2015-05-27 Thread Kevin Benton
In case someone stumbles across this like I did. What's happening in the first case is that the client parsing is getting confused and turns that into a list of two port updates, one specifying a subnet_id and one specifying an ip_address. The latter ends up giving you the IP you wanted and the fi

[Yahoo-eng-team] [Bug 1297871] Re: Use GB instead of MB for the swap part size in Ironic

2015-05-27 Thread Michael Davies
Quoting from IRC: "devananda | mrda: that feels like a discussion on the color of the trim of the bikeshed we already store farm equipment in" ** Changed in: ironic Status: Confirmed => Won't Fix ** Changed in: nova Status: Confirmed => Won't Fix -- You received this bug notifica

[Yahoo-eng-team] [Bug 1459446] [NEW] can't update dns for an ipv6 subnet

2015-05-27 Thread Doug Fish
Public bug reported: It's not possible to update ipv6 subnet info using Horizon. To recreate: Setup: create a new network (Admin->System->Networks->Create Network) create an ipv6 subnet in that network (new network Detail->Create Subnet) Network Address: fdc5:f49e:fe9e::/64 IP Version IPv6 Gatew

[Yahoo-eng-team] [Bug 1459442] [NEW] JSCS Cleanup

2015-05-27 Thread Cindy Lu
Public bug reported: We need to do some cleanup before we can use JSCS globally (turned on in this patch: https://review.openstack.org/#/c/186154/). We are using those the JSCS Rules listed by John Papa here: https://github.com/johnpapa/angular-styleguide#jscs ** Affects: horizon Importance

[Yahoo-eng-team] [Bug 1459427] [NEW] VPNaaS: Certificate support for IPSec

2015-05-27 Thread Paul Michali
Public bug reported: Since Barbican provides certificate management/storage, and LBaaS has successfully used the certificates, this RFE proposes to provide certificate support for VPN IPSec site-to-site connections. The expectation is that the user would use Barbican to create the certificate, an

[Yahoo-eng-team] [Bug 1459423] [NEW] VPNaaS: Allow multiple local subnets for IPSec

2015-05-27 Thread Paul Michali
Public bug reported: Currently, VPNaaS IPsec site to site connections may be created with one or more peer (right side) subnets specified (as CIDRs). However, for the local (left) side, only a single subnet can be specified. The reference OpenSwan/StrongSwan implementations will support multiple

[Yahoo-eng-team] [Bug 1459412] [NEW] ldap and fernet token gives ValueError('badly formed hexadecimal UUID string')

2015-05-27 Thread Hans Feldt
Public bug reported: When playing with some keystone deployment alternatives I stumble on a keystone issue: > 2015-05-27 12:11:52.946 57 DEBUG keystone.common.ldap.core [-] LDAP search: > base=ou=Groups,dc=acme,dc=org scope=1 > filterstr=(&(&(objectClass=groupOfNames)(member=uid=john,ou=Users,d

[Yahoo-eng-team] [Bug 1459399] [NEW] Nova + Ceph: resize-instance doesn't resize anything, lies about it

2015-05-27 Thread Nicolas Simonds
Public bug reported: Resizing Ceph-backed instances seems to be completely non-functional Steps to reproduce (in devstack with ceph enabled): 1. Boot an instance against m1.nano 2. Run "rbd -p vms ls -l" and note the size of the volume 3. Resize the instance to m1.tiny, and confirm the resize

[Yahoo-eng-team] [Bug 1459400] [NEW] Modal form is not working anymore

2015-05-27 Thread Kahou Lei
Public bug reported: With the latest upstream, modal form seems not working anymore. See attached ** Affects: horizon Importance: Undecided Assignee: Kahou Lei (kahou82) Status: New ** Attachment added: "Screen Shot 2015-05-27 at 12.13.15 PM.png" https://bugs.launchpad.ne

[Yahoo-eng-team] [Bug 1457554] Re: host-evacuate-live doesn't limit number of servers evacuated simultaneously from a host

2015-05-27 Thread melanie witt
** Also affects: nova Importance: Undecided Status: New ** No longer affects: python-novaclient -- 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/1457554 Title:

[Yahoo-eng-team] [Bug 1459386] [NEW] [data processing] All "Create" buttons are resulting in non-modal form

2015-05-27 Thread Chad Roberts
Public bug reported: *critical for data processing* In the Data Processing UI (Sahara), in each of the panels that have "Create X" buttons to create each object, those create buttons are currently resulting in a non-modal form that is broken. ** Affects: horizon Importance: Undecided

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

2015-05-27 Thread Lance Bragstad
Public bug reported: It is possible for Keystone to fail to issue tokens when using an external identity backend, like LDAP, if the user IDs of a different format than UUID. This is because the Fernet token formatter attempts to convert the UUID to bytes before packing the payload. This is done to

[Yahoo-eng-team] [Bug 1459370] [NEW] neutron-db-migration crash at upgrade 26b54cf9024d -> 14be42f3d0a5, Add default security group table

2015-05-27 Thread 0x61
Public bug reported: When i run this on empty db : ``` neutron-db-manage --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini upgrade head ``` I have this error : ``` INFO [alembic.migration] Running upgrade 26b54cf9024d -> 14be42f3d0a5, Add default s

[Yahoo-eng-team] [Bug 1459361] [NEW] VM created even though ephemeral disk creation failed.

2015-05-27 Thread Ɓukasz Leszczuk
Public bug reported: When creating a vm qemu-nbd returned error code and created ephemeral disk with 5 gigs instead of requested 350gigs. After nova rootwrap returned non-0 code I assume vm creation should fail. 1. Openstack version: ii nova-compute 1:2014.2-fuel6.0~mira19

[Yahoo-eng-team] [Bug 1304333] Re: [SRU] Instance left stuck in transitional POWERING state

2015-05-27 Thread Launchpad Bug Tracker
This bug was fixed in the package nova - 1:2014.1.4-0ubuntu2.1 --- nova (1:2014.1.4-0ubuntu2.1) trusty; urgency=medium * Ensure that compute manager restarts during instance power operations don't leave instances stuck in transitional task states (LP: #1304333): - d/p/re

[Yahoo-eng-team] [Bug 1458945] Re: Use graduated oslo.policy instead of oslo-incubator code

2015-05-27 Thread Tim Simmons
** No longer affects: designate -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1458945 Title: Use graduated oslo.policy instead of oslo-incubator code Status in OpenStack Key Management

[Yahoo-eng-team] [Bug 1453906] Re: Implement Routing Networks in Neutron

2015-05-27 Thread Carl Baldwin
Gotta get this one out of here too, I guess. ** Changed in: neutron Status: New => 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/1453906 Title: Implement Routing Network

[Yahoo-eng-team] [Bug 1453921] Re: Implement Address Scopes

2015-05-27 Thread Carl Baldwin
I'm sorry to offend you with this. ** Changed in: neutron Status: New => 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/1453921 Title: Implement Address Scopes Status in

[Yahoo-eng-team] [Bug 1459343] [NEW] Port security enabled=True is not respected

2015-05-27 Thread Dmitry Ratushnyy
Public bug reported: It is possible to send traffic through port with port_security_enabled=True. Steps to reproduce. 1) Create three VMS on one network: Guest os: ubuntu-14.04 "destination" VM to ping (10.100.0.3) "router" VM to send traffic through (10.100.0.2) "source"

[Yahoo-eng-team] [Bug 1443598] Re: [OSSA 2015-008] backend_argument containing a password leaked in logs (CVE-2015-3646)

2015-05-27 Thread Tristan Cacqueray
** Changed in: ossa 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/1443598 Title: [OSSA 2015-008] backend_argument containing a password lea

[Yahoo-eng-team] [Bug 1459279] [NEW] Wrong assertion examples in doc

2015-05-27 Thread Rodrigo Duarte
Public bug reported: The "pure" SAML assertion example in [1] is not a valid assertion generated by keystone and the ECP wrapped one is missing the two new attributes "openstack_user_domain" and "openstack_project_domain". [1] https://github.com/openstack/keystone-specs/blob/master/api/v3 /identi

[Yahoo-eng-team] [Bug 1459255] [NEW] Fix the docs since Federation is no longer an extension

2015-05-27 Thread Rodrigo Duarte
Public bug reported: Currently we have a documentation to enable the Federation extension [1]. Although there is some steps that are no longer needed, some of them need to be executed in order to the functionality properly work: add the "saml2" auth method, install xmlsec1 and pysaml2. These steps

[Yahoo-eng-team] [Bug 1455344] Re: the deprecated compute_port option need to be removed

2015-05-27 Thread Dolph Mathews
Why was this marked invalid? ** Changed in: keystone Importance: Undecided => Low ** Changed in: keystone Status: Invalid => Fix Committed -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad

[Yahoo-eng-team] [Bug 1453953] Re: keystoneclient cannot log non-ascii data

2015-05-27 Thread Dolph Mathews
>From Ken Chen in https://bugs.launchpad.net/python- keystoneclient/+bug/1457279 -- In keystoneclient/session.py file, _http_log_request method, we have below codes: if data: string_parts.append("-d '%s'" % data) logger.debug(' '.join(string_parts)) However, if d

[Yahoo-eng-team] [Bug 1458968] Re: stable/juno unit tests blocked: ContextualVersionConflict: (oslo.i18n 1.3.1 (/home/jenkins/workspace/periodic-glance-python27-juno/.tox/py27/lib/python2.7/site-packa

2015-05-27 Thread Dolph Mathews
https://review.openstack.org/#/c/173123/ has merged. ** Changed in: glance Status: New => Invalid ** Changed in: keystonemiddleware Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. http

[Yahoo-eng-team] [Bug 1458945] Re: Use graduated oslo.policy instead of oslo-incubator code

2015-05-27 Thread Valeriy Ponomaryov
** No longer affects: manila -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1458945 Title: Use graduated oslo.policy instead of oslo-incubator code Status in OpenStack Key Management (B

[Yahoo-eng-team] [Bug 1459179] [NEW] User heat has no access to domain default when using Keystone v3 with multi-domain-driver

2015-05-27 Thread Marcel Jordan
Public bug reported: When using Keystone v3 with multi-domain-driver in Juno on Centos, I cann't deploy heat stack, because the heat user has no access to default domain wich runs on sql default -> SQL -> service user and heat dom -> LDAP -> AD user /var/log/heat/heat.log 2015-05-27 11

[Yahoo-eng-team] [Bug 1458945] Re: Use graduated oslo.policy instead of oslo-incubator code

2015-05-27 Thread Sergey Reshetnyak
** No longer affects: sahara -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1458945 Title: Use graduated oslo.policy instead of oslo-incubator code Status in OpenStack Key Management (B

[Yahoo-eng-team] [Bug 1458945] Re: Use graduated oslo.policy instead of oslo-incubator code

2015-05-27 Thread zouyee
** Changed in: trove Status: New => 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/1458945 Title: Use graduated oslo.policy instead of oslo-incubator code Status in OpenS

[Yahoo-eng-team] [Bug 1459144] [NEW] Enhance VMware to support VirtualVmxnet3 as network type

2015-05-27 Thread sahid
Public bug reported: Some devices may need to support VirtualVmxnet3 as a network. We should to make sure VMware can handle that case. ** Affects: nova Importance: Low Assignee: sahid (sahid-ferdjaoui) Status: Fix Committed ** Tags: juno-backport-potential kilo-backport-poten

[Yahoo-eng-team] [Bug 1459021] Re: nova vmware unit tests failing with oslo.vmware 0.13.0

2015-05-27 Thread OpenStack Infra
** Changed in: nova Status: Invalid => In Progress ** Changed in: nova Assignee: (unassigned) => Matthew Gilliard (matthew-gilliard-u) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://b