Reviewed: https://review.openstack.org/382659 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=8b048cc2872d243914ddea0210ba2128d979d1d2 Submitter: Jenkins Branch: master
commit 8b048cc2872d243914ddea0210ba2128d979d1d2 Author: Henry Gessau <[email protected]> Date: Tue Oct 18 11:35:24 2016 +0200 Use project_id instead of tenant_id in objects Objects must use project_id and not tenant_id. The object framework ensures that tenant_id is added as an extra field for backward compatibility. This patch reverts the workaround implemented in change I4ec9340094bc51cd8aa6e5112bf8114aa26c2982 and implements a proper fix by explicitly updating the objects. Co-Authored-By: Artur Korzeniewski <[email protected]> Co-Authored-By: Darek Smigiel <[email protected]> Closes-Bug: #1630748 Change-Id: Iab90bcab41655b2e210aea0e7581eb00b94ce5e5 ** Changed in: neutron Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1630748 Title: project_id is not present on all resources Status in neutron: Fix Released Bug description: It looks like project_id is not applied seamlessly to all enabled API Resources. For instance, I can't see it for trunks in [1] or qos policies [2]. This happens from Newton on. [1] http://logs.openstack.org/81/378081/3/check/gate-neutron-dsvm-api-ubuntu-trusty/d7beee8/logs/tempest.txt.gz#_2016-09-29_22_05_55_710 [2] http://logs.openstack.org/81/378081/3/check/gate-neutron-dsvm-api-ubuntu-trusty/d7beee8/logs/tempest.txt.gz#_2016-09-29_22_04_31_068 To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1630748/+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

