Reviewed: https://review.openstack.org/454306 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=2f76bac3a1082e98f5ae37657fc34ef6d3894882 Submitter: Jenkins Branch: master
commit 2f76bac3a1082e98f5ae37657fc34ef6d3894882 Author: Akihiro Motoki <[email protected]> Date: Thu Apr 6 18:47:34 2017 +0000 Strip blank lines from downloaded clouds.yaml file There are a lot of blank lines in clouds.yaml downloaded from horizon. This is as a result of rendering Django templates. This commit stripped blank lines from the rendered content. The logic was kept. You can see the detail logic in django.shortcuts.render(). Change-Id: Ie5b0652adead671823b81a8de8958638a3058eb2 Closes-Bug: #1680558 ** 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/1680558 Title: Downloaded clouds.yaml file contains a lot of blank lines Status in OpenStack Dashboard (Horizon): Fix Released Bug description: Downloaded clouds.yaml file contains a lot of blank lines. blank lines look unnecessary and it is nice if they are stripped. To manage notifications about this bug go to: https://bugs.launchpad.net/horizon/+bug/1680558/+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

