Reviewed: https://review.openstack.org/235788 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=8a9a457743396055e790a708aa5c533951410b79 Submitter: Jenkins Branch: master
commit 8a9a457743396055e790a708aa5c533951410b79 Author: Hans Lindgren <[email protected]> Date: Fri Oct 16 10:28:33 2015 +0200 Fix metadata service security-groups when using Neutron The metadata service was hard-coded to lookup security groups from the DB when it really should go through the security group API. Change-Id: I8ab4a0e091de1e7ca02eec6417e1cff5f1d0260f Closes-Bug: #1506701 ** Changed in: nova Status: In Progress => 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/1506701 Title: metadata service security-groups doesn't work with neutron Status in OpenStack Compute (nova): Fix Released Bug description: Using the metadata to get the security groups for an instance by curl http://169.254.169.254/latest/meta-data/security-groups Doesn't work when you are using neutron. This is because the metadata server is hard coded to look for security groups in the nova DB. To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1506701/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

