[Yahoo-eng-team] [Bug 1373756] [NEW] Unique check in allowed address pair's extension not work well

2014-09-25 Thread Wei Wang
Public bug reported: Test this case: Assume a port's mac_address is 12:34:56:78:aa:bb Then put these to allowed address pair: [{ip_address: 10.0.0.1},  {ip_address: 10.0.0.2,    mac_address: 12:34:56:78:aa:bb}] This can pass in extension's validator, but will cause error in db, for

[Yahoo-eng-team] [Bug 1373761] [NEW] Better error message for attach/detach interface failed

2014-09-25 Thread Alex Xu
Public bug reported: Some time we can see attach/detach interface failed, but we didn't log the detail info, that's hard to debug. for example: http://logs.openstack.org/02/111802/1/gate/gate-tempest-dsvm-neutron/eff16a6/logs/screen-n-cpu.txt.gz?#_2014-09-24_07_54_12_206 ** Affects: nova

[Yahoo-eng-team] [Bug 1373777] [NEW] race condition when create Nova default security group for same tenant

2014-09-25 Thread ChangBo Guo(gcb)
Public bug reported: Boot one instance with security_group_api=nova , it will check Nova's default security group firstly, There is race condition that boot some instances at the first time for same tenant. with config option security_group_api=nova , current logic is : 1. get default

[Yahoo-eng-team] [Bug 1373774] [NEW] security groups are not attached to an instance if port-id is specified during boot

2014-09-25 Thread Oleg Bondarev
Public bug reported: Creation of server with command ‘nova boot --image image --flavor m1.medium --nic port-id=port-id --security-groups sec_grp name’ fails to attach the security group to the port/instance. The response payload has the security group added but only default security group

[Yahoo-eng-team] [Bug 1233365] Re: LDAP backend fails when connecting to Active Directory root DN

2014-09-25 Thread Morgan Fainberg
At this time, it is outside the window to add this to Havana. ** Changed in: keystone/havana Status: In Progress = Won't Fix ** Changed in: keystone/havana Assignee: Adam Young (ayoung) = (unassigned) -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1373794] [NEW] Run integration_tests cause Internal Server Error

2014-09-25 Thread Hong-Guang
Public bug reported: Reproduce steps 1: git clone git://git.openstack.org/openstack/horizon.git 2: cd horiozn bash -xxx ./run_tests.sh --integration openstack_dashboard.test.integration_tests.tests.test_user_settings a.out 21 3:Internal Server Error The server encountered an internal

[Yahoo-eng-team] [Bug 1373816] [NEW] _get_security_groups_on_port tries to get [0] on a set type

2014-09-25 Thread Jacek Świderski
Public bug reported: _get_security_groups_on_port checks before that all security groups on port belong to tenant - and if there are any that don't fulfill this requirement it tries to raise SecurityGroupNotFound but fails with : TypeError: 'set' object does not support indexing

[Yahoo-eng-team] [Bug 1373817] [NEW] ODL MD should not reraise ODL exceptions as they are

2014-09-25 Thread Cédric OLLIVIER
Public bug reported: ODL MD reraised errors returned by ODL in single operations and in full synchronization. In both cases, ODL MD could raise more adapted errors (i.e. server errors instead of client errors). ** Affects: neutron Importance: Undecided Status: New ** Tags:

[Yahoo-eng-team] [Bug 1373820] [NEW] --sort-key option for neutron cli does not always work

2014-09-25 Thread Deepak Jadiya
Public bug reported: $neutron security-group-list --sort-key name --- id namedescription

[Yahoo-eng-team] [Bug 1373832] [NEW] The source group of security group does not work

2014-09-25 Thread Ken'ichi Ohmichi
Public bug reported: I created a security group with the other security group as the source group, and booted a server with the security group: $ nova secgroup-create source-any secgroup for any sources $ nova secgroup-add-rule source-any tcp 1 65535 0.0.0.0/0 $ $ nova secgroup-create

[Yahoo-eng-team] [Bug 1373852] [NEW] unable to boot nova instance from boot volume id

2014-09-25 Thread satyadev svn
Public bug reported: Test steps : 1) create a volume from image 2) now boot instance with above volume ssatya@juno:~/juno/devstack$ nova image-list +--++++ | ID | Name

[Yahoo-eng-team] [Bug 1373851] [NEW] security groups db queries load excessive data

2014-09-25 Thread Kevin Benton
Public bug reported: The security groups db queries are loading extra data from the ports table that is unnecessarily hindering performance. ** Affects: neutron Importance: Undecided Assignee: Kevin Benton (kevinbenton) Status: New ** Changed in: neutron Assignee:

[Yahoo-eng-team] [Bug 1373478] Re: filter scheduler makes invalid assumption of monotonicity

2014-09-25 Thread Sean Dague
So this is an interesting possible feature, but that means it should come in via a spec, not really via launchpad. ** Changed in: nova Importance: Undecided = Wishlist ** Changed in: nova Status: New = Opinion -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1373865] [NEW] Refactor domain usage in test_backend

2014-09-25 Thread Henry Nash
Public bug reported: The way test_backend uses domains leads to either many of the tests being over overridden in test_backend_ldap, or just skipped (leading to a risk that we are not sufficiently testing certain functionality - see bug 1373113 as an example). There is already a construct for

[Yahoo-eng-team] [Bug 1373868] [NEW] Should we alow all network can use allowed address pairs?

2014-09-25 Thread Wei Wang
Public bug reported: Now we can add allowed address pair to every net's port if allowed address pair is enable. This will cause security problem in a shared network, I think. So we should add an limit for shared net or add a config entry in neutron.conf, so administrator can disables some

[Yahoo-eng-team] [Bug 1373872] [NEW] OpenContrail neutron plugin doesn't support portbinding.vnic_type

2014-09-25 Thread Numan Siddique
Public bug reported: OpenContrail neutron plugin is not supporting portbinding.vnic_type during port creation. Nova expects portbindings.vnic_type. ** Affects: neutron Importance: Undecided Assignee: Numan Siddique (numansiddique) Status: In Progress ** Changed in: neutron

[Yahoo-eng-team] [Bug 1373832] Re: The source group of security group does not work

2014-09-25 Thread Ken'ichi Ohmichi
I'm not sure now what is right usage of this feature. Hopefully, some typos on the documentation would be nice. ** Also affects: openstack-manuals Importance: Undecided Status: New ** Also affects: neutron Importance: Undecided Status: New ** No longer affects: neutron --

[Yahoo-eng-team] [Bug 1373886] [NEW] create a simple way to add/remove policies to new role

2014-09-25 Thread Dafna Ron
Public bug reported: I wanted to create a unique user role and add some build in policies to it. I can create a new role but than discovered that instead of being able to add storage permissions or network permissions for a user (so specific system functionality) I have to build my own

[Yahoo-eng-team] [Bug 1373927] [NEW] Inconsistent usage of Status and State in System Info panel makes them hard to translate

2014-09-25 Thread Akihiro Motoki
Public bug reported: There are columns named State and Status in Compute Services, Volume Services and Network Agents tabs in System Information panel, however the meaning of these two words are inconsistent. It makes hard to translate them appropriately and needs to assign the same/similar

[Yahoo-eng-team] [Bug 1373936] [NEW] Functional tests for metadata seeding for glance-manage

2014-09-25 Thread Bartosz Fic
Public bug reported: Currently there are no functional tests for metadata seeding for glance- manage. This tests should cover a specific lifecycle of metadata using three api methods: db_load_metadefs db_unload_metadefs db_export_metadefs This tests concerns json files stored in

[Yahoo-eng-team] [Bug 1348204] Re: test_encrypted_cinder_volumes_cryptsetup times out waiting for volume to be available

2014-09-25 Thread Sean Dague
** Also affects: nova/icehouse 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). https://bugs.launchpad.net/bugs/1348204 Title:

[Yahoo-eng-team] [Bug 1368910] Re: intersphinx requires network access which sometimes fails

2014-09-25 Thread Ben Swartzlander
** Changed in: manila Status: Fix Committed = Fix Released ** Changed in: manila Milestone: None = juno-rc1 -- 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 1373927] Re: Inconsistent usage of Status and State in System Info panel makes them hard to translate

2014-09-25 Thread Akihiro Motoki
Hmm. my previous comment seems wrong. Anyway consistency is important and the majority of tabs is to use Status columns with enabled/disabled. I will swap status and state in Network Agents. ** Changed in: horizon Importance: Medium = Undecided ** Changed in: horizon Status: New =

[Yahoo-eng-team] [Bug 1373949] [NEW] live-migration fails because of CPU feature invtsc

2014-09-25 Thread Daniel Lundqvist
Public bug reported: Hi! I'm running the latest git nova code from branch stable/icehouse and have patched it to get rid of the duplicate feature bug (commit 0f28fbef8bedeafca0bf488b84f783568fefc960). I'm running libvirt 1.2.8 and qemu 2.0.2. When I issue the command to do a live migration it

[Yahoo-eng-team] [Bug 1373950] [NEW] Serial proxy service and API broken by design

2014-09-25 Thread Nikola Đipanov
Public bug reported: As part of the blueprint https://blueprints.launchpad.net/nova/+spec /serial-ports we introduced an API extension and a websocket proxy binary. The problem with the 2 is that a lot of the stuff was copied verbatim from the novnc-proxy API and service which relies heavily on

[Yahoo-eng-team] [Bug 1373961] [NEW] Missing version attribute while generating K2K SAML assertion

2014-09-25 Thread Marek Denis
Public bug reported: In Keystone2Keystone federation Assertion XML object is missing attribute 'version' which makes Shibboleth Service Providers complain badly. This parameter should be statically set to string value '2.0' ** Affects: keystone Importance: Undecided Assignee: Marek

[Yahoo-eng-team] [Bug 1373962] [NEW] LVM backed VM fails to launch

2014-09-25 Thread Dan Genin
Public bug reported: LVM ephemeral storage backend is broken in the most recent Nova (commit 945646e1298a53be6ae284766f5023d754dfe57d) To reproduce in Devstack: 1. Configure Nova to use LVM ephemeral storage by adding to create_nova_conf function in lib/nova iniset $NOVA_CONF libvirt

[Yahoo-eng-team] [Bug 1328067] Re: Token with placeholder ID issued

2014-09-25 Thread Dolph Mathews
** Changed in: keystonemiddleware 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/1328067 Title: Token with placeholder ID issued Status in

[Yahoo-eng-team] [Bug 1368942] Re: lxc test failure under osx

2014-09-25 Thread Davanum Srinivas (DIMS)
** Changed in: nova Status: In Progress = 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/1368942 Title: lxc test failure under osx Status in OpenStack

[Yahoo-eng-team] [Bug 1330985] Re: test_authorize_revoke_security_group_cidr_v6 failed: Security group name is not a string or unicode

2014-09-25 Thread Mauro Sergio Martins Rodrigues
This is unit test not tempest' tests. ** Changed in: tempest Status: New = Invalid ** Also affects: nova Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute

[Yahoo-eng-team] [Bug 1360446] Re: client connection leak to memcached under eventlet due to threadlocal

2014-09-25 Thread Dolph Mathews
** Changed in: keystonemiddleware 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/1360446 Title: client connection leak to memcached under

[Yahoo-eng-team] [Bug 1332058] Re: keystone behavior when one memcache backend is down

2014-09-25 Thread Dolph Mathews
** Changed in: keystonemiddleware 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/1332058 Title: keystone behavior when one memcache backend

[Yahoo-eng-team] [Bug 1370515] Re: allow edit of user role

2014-09-25 Thread Gary W. Smith
I missed this too, as I also was using Keystone v2. Thanks, Julie ** Changed in: horizon Status: Confirmed = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).

[Yahoo-eng-team] [Bug 1373992] [NEW] EC2 keystone auth token is using unsafe SSL connection

2014-09-25 Thread Sean Dague
Public bug reported: EC2KeystoneAuth uses httplib.HTTPSConnection objects. In Python 2.x those do not perform CA checks so client connections are vulnerable to MiM attacks. This should use requests instead, and pick up the local cacert params if needed. ** Affects: nova Importance:

[Yahoo-eng-team] [Bug 1373993] [NEW] Trusted Filter uses unsafe SSL connection

2014-09-25 Thread Sean Dague
Public bug reported: HTTPSClientAuthConnection uses httplib.HTTPSConnection objects. In Python 2.x those do not perform CA checks so client connections are vulnerable to MiM attacks. This should be changed to use the requests lib. ** Affects: nova Importance: Critical Status:

[Yahoo-eng-team] [Bug 1374000] [NEW] VMWare: file writer class uses unsafe SSL connection

2014-09-25 Thread Sean Dague
Public bug reported: VMwareHTTPWriteFile uses httplib.HTTPSConnection objects. In Python 2.x those do not perform CA checks so client connections are vulnerable to MiM attacks. This is the specific version of https://bugs.launchpad.net/nova/+bug/1188189 ** Affects: nova Importance:

[Yahoo-eng-team] [Bug 1374001] [NEW] Xenserver glance plugin uses unsafe SSL connection

2014-09-25 Thread Sean Dague
Public bug reported: plugins/xenserver/xenapi/etc/xapi.d/plugins/glance _upload_tarball uses httplib.HTTPSConnection objects. In Python 2.x those do not perform CA checks so client connections are vulnerable to MiM attacks. This is the specific version of

[Yahoo-eng-team] [Bug 1353008] Re: MAAS Provider: LXC did not get DHCP address, stuck in pending

2014-09-25 Thread Launchpad Bug Tracker
This bug was fixed in the package cloud-init - 0.7.5-0ubuntu1.2 --- cloud-init (0.7.5-0ubuntu1.2) trusty-proposed; urgency=medium * d/patches/lp-1353008-cloud-init-local-needs-run.conf: backport change to cloud-init-local.conf to depend on /run being mounted (LP: #1353008)

[Yahoo-eng-team] [Bug 1374033] [NEW] wsgi generating wrong entity_id values when issuing saml assertions.

2014-09-25 Thread Marek Denis
Public bug reported: Attribute issuer should always be set to CONF.saml.idp_entity_id, otherwise entityID from the IdP metadata and the generated assertion can differ and hence make Service Provider reject the assertion. ** Affects: keystone Importance: Undecided Assignee: Marek Denis

[Yahoo-eng-team] [Bug 1188189] Re: Some server-side 'SSL' communication fails to check certificates (use of HTTPSConnection)

2014-09-25 Thread Sean Dague
Nova bugs will be tracked in the separate bugs listed above, so removing Nova from this bug. ** No longer affects: nova -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1188189 Title:

[Yahoo-eng-team] [Bug 1310815] Re: bad django conf example

2014-09-25 Thread OpenStack Infra
Reviewed: https://review.openstack.org/119980 Committed: https://git.openstack.org/cgit/openstack/openstack-manuals/commit/?id=d5a92e28ef8f85012eced9d08d0c2592771da4bc Submitter: Jenkins Branch:master commit d5a92e28ef8f85012eced9d08d0c2592771da4bc Author: darrenchan dazzac...@yahoo.com.au

[Yahoo-eng-team] [Bug 1324450] Re: add delete operations for the ODL MechanismDriver

2014-09-25 Thread Alan Pevec
** Also affects: neutron/icehouse Importance: Undecided Status: New ** Changed in: neutron/icehouse Importance: Undecided = Medium ** Changed in: neutron/icehouse Status: New = In Progress ** Changed in: neutron/icehouse Assignee: (unassigned) = Cédric OLLIVIER (m.col)

[Yahoo-eng-team] [Bug 1374045] [NEW] Add v3 endpoint for identity in catalog

2014-09-25 Thread Haneef Ali
Public bug reported: This is a wish list. Since we are moving to v3, it is better to add v3 endpoint in sample_data.sh. We still have only v2.0 endpoint.I don't think keystoenclient will be affected since it doesn't use the endpoint from catalog, but relies on version discovery ** Affects:

[Yahoo-eng-team] [Bug 1330985] Re: test_authorize_revoke_security_group_cidr_v6 failed: Security group name is not a string or unicode

2014-09-25 Thread Sean Dague
This should be fixed now upstream ** 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/1330985 Title:

[Yahoo-eng-team] [Bug 1373949] Re: live-migration fails because of CPU feature invtsc

2014-09-25 Thread Sean Dague
This is actually libvirt itself failing to do live migration, not anything in Nova. So this really needs to be taken upstream. ** Changed in: nova Status: New = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1372311] Re: pre-populate gateway in create network dialog

2014-09-25 Thread OpenStack Infra
Fix proposed to branch: master Review: https://review.openstack.org/124125 ** Changed in: horizon Status: Opinion = In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).

[Yahoo-eng-team] [Bug 1357379] Re: policy admin_only rules not enforced when changing value to default (CVE-2014-6414)

2014-09-25 Thread Elena Ezhova
** Changed in: neutron/havana Status: In Progress = 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/1357379 Title: policy admin_only rules not enforced when changing value

[Yahoo-eng-team] [Bug 1374108] [NEW] Hyper-V agent cannot disconnect orphaned switch ports

2014-09-25 Thread Claudiu Belu
Public bug reported: On Windows / Hyper-V Server 2008 R2, when a switch port have to be disconnected because the VM using it was removed, DisconnectSwitchPort will fail, returning an error code and a HyperVException is raised. If the exception is raised, the switch port is not removed and will

[Yahoo-eng-team] [Bug 1374132] [NEW] Nova libvirt driver convertion error?

2014-09-25 Thread David Hill
Public bug reported: Hi guys, We've noticed a weird behavior with nova compute reporting the wrong free memory size in Grizzly and Ubuntu. The version of libvirt used is 1.0.2 and according to the documentation of libvirt, the memory is returned in KB but in the code, it says MB? Did I

[Yahoo-eng-team] [Bug 1374140] [NEW] Need to log the orignial libvirtError when InterfaceDetachFailed

2014-09-25 Thread Matt Riedemann
Public bug reported: This is not really useful: http://logs.openstack.org/17/123917/2/check/check-tempest-dsvm- neutron/4bc2052/logs/screen-n-cpu.txt.gz?level=TRACE#_2014-09-25_17_35_11_635 2014-09-25 17:35:11.635 ERROR nova.virt.libvirt.driver [req-50afcbfb-203e-454d-a7eb-1549691caf77

[Yahoo-eng-team] [Bug 1374158] [NEW] Typo in call to LibvirtConfigObject's parse_dom() method

2014-09-25 Thread Jennifer Mulsow
Public bug reported: In Juno in nova/virt/libvirt/config.py: LibvirtConfigGuestPUNUMA.parse_dom() calls super with a capital 'D' in parse_dom(). super(LibvirtConfigGuestCPUNUMA, self).parse_Dom(xmldoc) LibvirtConfigObject does not have a 'parse_Dom()' method. It has a 'parse_dom()'

[Yahoo-eng-team] [Bug 1374199] [NEW] Remove unneed method _convert_to_nsx_transport_zones

2014-09-25 Thread Aaron Rosen
Public bug reported: This patch removes the method _convert_to_nsx_transport_zones and instead calls it from nsx_utils directly. ** Affects: neutron Importance: Undecided Assignee: Aaron Rosen (arosen) Status: In Progress -- You received this bug notification because you are

[Yahoo-eng-team] [Bug 1310135] Re: Stopping an instance via the Nova API when using the Nova Ironic driver incorrectly reports powerstate

2014-09-25 Thread Devananda van der Veen
Digging further after proposing a fix to the Nova driver, there is *also* a race inside of ironic/conductor/manager.py and ironic/conductor/utils.py -- I am posting a fix for those now. ** Changed in: ironic Status: Invalid = In Progress ** Changed in: ironic Assignee: Rakesh H S

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

2014-09-25 Thread Davanum Srinivas (DIMS)
Public bug reported: When lazy is enabled the i18n translation object does not support str() which causes failures like: UnicodeError: Message objects do not support str() because they may contain non-ascii characters. Please use unicode() or translate() instead. ** Affects: nova

[Yahoo-eng-team] [Bug 1362847] Re: Spell Errors in Keystone core.py

2014-09-25 Thread Dolph Mathews
I'm forced into assuming this has been fixed without being tracked, since there's no actual spelling errors cited here to confirm that assumption against. ** Changed in: keystone Status: In Progress = Invalid -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1374000] Re: VMWare: file writer class uses unsafe SSL connection

2014-09-25 Thread Davanum Srinivas (DIMS)
Same code is also in oslo/vmware/rw_handles.py ** Also affects: oslo.vmware 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 1274034] Re: Neutron firewall anti-spoofing does not prevent ARP poisoning

2014-09-25 Thread Nathan Kinder
This was published as OSSN-0027: https://wiki.openstack.org/wiki/OSSN/OSSN-0027 ** Changed in: ossn Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1004114] Re: Password logging

2014-09-25 Thread Nathan Kinder
This was published as OSSN-0024: https://wiki.openstack.org/wiki/OSSN/OSSN-0024 ** Changed in: ossn Status: In Progress = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone.

[Yahoo-eng-team] [Bug 1374257] [NEW] LBaaS API accepts invalid parameters

2014-09-25 Thread Xurong Yang
Public bug reported: LBaaS API doesn't check the validity of the input parameters. Creating a pool with invalid subnet_id, and updating a pool with invalid health_monitors, can both success. The API should return a BadRequest response instead. ** Affects: neutron Importance: Undecided

[Yahoo-eng-team] [Bug 1374260] [NEW] HTTPBadRequest is raised when creating floating_ip_bulk which already exists

2014-09-25 Thread Haiwei Xu
Public bug reported: When creating a floating_ip_bulk which already exists, HTTPBadRequest(400) is returned, which should be changed to HTTPConflict(409). $ nova floating-ip-bulk-create 192.0.20.0/28 --pool private ERROR (BadRequest): Floating ip 192.0.20.1 already exists. (HTTP 400)

[Yahoo-eng-team] [Bug 1374261] [NEW] BSN consistency hash not multi-server safe

2014-09-25 Thread Kevin Benton
Public bug reported: Multiple neutron servers may read from the consistency hash table in the big switch plugin simultaneously, which will cause the one with a later request to receive an inconsistency error. This is an issue with RPC induced backend requests (port update) or active-active

[Yahoo-eng-team] [Bug 1208743] Re: network uuid hasn't been checked in create server

2014-09-25 Thread Christopher Yeoh
** 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/1208743 Title: network uuid hasn't been checked in create server