Reviewed: https://review.openstack.org/636034 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=611224db1821af08e4ec022cbe89d327c084382c Submitter: Zuul Branch: master
commit 611224db1821af08e4ec022cbe89d327c084382c Author: Akihiro Motoki <[email protected]> Date: Sun Feb 10 08:31:08 2019 +0900 Quote cinder qos-spec key name In "Manage Specs" table of "Volume Types" panel, when a key name of a QoS spec contains multiple spaces the QoS spec cannot be deleted because multiple spaces in the key name are reduced into a single space by the "minifyspace" templatetag. "minifyspace" itself is useful, so it looks better to escape a key name of a QoS spec to keep multiple spaces. This commit escapes a key name of a QoS spec by using urllib.parse.quote(). Change-Id: Id11080e2a4284d69b8afb5c554728a98e024289f Closes-Bug: #1811644 ** 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/1811644 Title: There are multiple spaces in the middle of the name. cannot delete the data. Status in OpenStack Dashboard (Horizon): Fix Released Bug description: On the Volume Type -> Management Specification page, create a key name of a b, then delete it and find that the data cannot be deleted. To manage notifications about this bug go to: https://bugs.launchpad.net/horizon/+bug/1811644/+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

