Reviewed: https://review.openstack.org/329656 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=f85891aa8a3788ef59d14057fc8ceb83dc6bc3f3 Submitter: Jenkins Branch: master
commit f85891aa8a3788ef59d14057fc8ceb83dc6bc3f3 Author: Matt Borland <[email protected]> Date: Tue Jun 14 13:54:38 2016 -0600 Register Image Names via .setNames() The Image registry is using an unsupported method of setting values for names. This patch fixes that by using the supported .setNames() method. Change-Id: I54ea5bea45ce71c8ca60683bcb55aff6d3f5aa9a Closes-Bug: 1592543 ** Changed in: horizon Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bugs.launchpad.net/bugs/1592543 Title: Images registration is using old registration technique Status in OpenStack Dashboard (Horizon): Fix Released Bug description: The Images module is using an experimental version of getResourceType() to register names instead of the .setNames() registry feature. To manage notifications about this bug go to: https://bugs.launchpad.net/horizon/+bug/1592543/+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

