Reviewed: https://review.openstack.org/565340 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=6e49019fae80586c4bbb8a7281600cf6140c176a Submitter: Zuul Branch: master
commit 6e49019fae80586c4bbb8a7281600cf6140c176a Author: Mathieu Gagné <[email protected]> Date: Tue Aug 15 16:52:25 2017 -0400 Add user_id to RequestSpec The user_id field was not implemented in RequestSpec like project_id was. Some people have out of tree filters which use the user_id field. This change makes the user_id field available. Closes-bug: #1768107 Change-Id: I3e174ae76931f8279540e92328c7c36a7bcaabc0 ** 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/1768107 Title: The user_id field is missing from RequestSpec Status in OpenStack Compute (nova): Fix Released Bug description: The user_id field used to be available from filter_properties in Nova scheduler filter: filter_properties['request_spec']['instance_properties']['user_id'] This change introduced a regression where user_id is no longer available when using the new RequestSpec object that Nova scheduler filter now uses: https://review.openstack.org/#/c/197912/ To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1768107/+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

