yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #75595
[Bug 1800575] Re: the prompt message does not contain a name or id when creating volume with empty name
Reviewed: https://review.openstack.org/614059
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=6d2fd17f0950c9ca3e70aaeacdfc8d1881e22cf6
Submitter: Zuul
Branch: master
commit 6d2fd17f0950c9ca3e70aaeacdfc8d1881e22cf6
Author: wangliangyu <wangliangyu@xxxxxxxxxxxxx>
Date: Tue Oct 30 10:19:51 2018 +0800
Creating volume prompt message always contain name
The creating volume successful prompt message format is:
'Creating volume "%s"' % data["name"]
the data['name'] could be empty since it is not request.
But volume.name is always has a value, that the name or
id of volume.
Change-Id: Ife870ebbc1f37a44729637ddec283686d29234fb
Closes-Bug: #1800575
** 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/1800575
Title:
the prompt message does not contain a name or id when creating volume
with empty name
Status in OpenStack Dashboard (Horizon):
Fix Released
Bug description:
The name of volume is not requested, and we could not fill anything when creating volume.
The prompt ,'Creating volume "%s"' % data["name"], will be 'Creating volume ""'.
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1800575/+subscriptions
References