Reviewed: https://review.openstack.org/424261 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=90a9af2e0b4524b4dec1caafbb6159cb587878d4 Submitter: Jenkins Branch: master
commit 90a9af2e0b4524b4dec1caafbb6159cb587878d4 Author: Eric Peterson <[email protected]> Date: Mon Jan 23 10:39:52 2017 -0700 Autogenerate container name correctly for vol backup The volume backup code is passing '' as a default container name, which will cause cinder/swift to fail. If no container name is provided, the default value of None will enable the auto creation of a container correctly. Change-Id: I7813153c65652ce6e1a5ac03204a8738eefdc64e Closes-Bug: #1658137 ** 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/1658137 Title: volume backups fail if no container name provided Status in Cinder: New Status in OpenStack Dashboard (Horizon): Fix Released Bug description: if no container name is provided, horizon ends up passing "" to the cinder client api call. This is an invalid container name - None is the correct value to pass for this to work as desired. To manage notifications about this bug go to: https://bugs.launchpad.net/cinder/+bug/1658137/+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

