** Changed in: horizon Status: Fix Committed => 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/1208714
Title: Update openstack_dashboard/api/nova.py implementation Status in OpenStack Dashboard (Horizon): Fix Released Bug description: There is a TODO item in openstack_dashboard/api/nova.py:516 which says, # TODO(gabriel): servers.update method doesn't return anything. :-( Actually this is now fixed in python-novaclient via in63073104665ee4597cf3b7aa8dc2295a8a7db794. Since the issue is fixed, we should just update the implementation to: return novaclient(request).servers.update(instance_id, name=name) To manage notifications about this bug go to: https://bugs.launchpad.net/horizon/+bug/1208714/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : yahoo-eng-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp