yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #68517
[Bug 1715066] Re: Cannot launch instance with Django Launch Instance form with multiple networks for a tenant
Reviewed: https://review.openstack.org/507560
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=c13d6da80e7a68c28aa0adfe63459be8a6dbedfd
Submitter: Jenkins
Branch: master
commit c13d6da80e7a68c28aa0adfe63459be8a6dbedfd
Author: Ivan Kolodyazhny <e0ne@xxxxxxxxx>
Date: Tue Sep 26 17:26:45 2017 +0300
Add render method to ThemableCheckboxSelectMultiple
Django 1.11+ doesn't have RenderMixin class for widgets, so we have to
implement render method for ThemableCheckboxSelectMultiple to get it
rendered in a correct way with all supported Django versions until we
find a better solution for our widgets implementation.
Change-Id: I656afb162e130f2b77853368945b74330bedf747
Closes-Bug: #1715066
** 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/1715066
Title:
Cannot launch instance with Django Launch Instance form with multiple
networks for a tenant
Status in OpenStack Dashboard (Horizon):
Fix Released
Bug description:
When LAUNCH_INSTANCE_LEGACY_ENABLED is set to True and the Django
launch instance form is used, a user cannot launch an instance when
there is multiple networks. I selected network(s) and submitted the
form, but the launch instance workflow was shown again. The selected
networks are reset and all networks are shown in the Available
Networks. As a result, users cannot launch instances with the Django
Launch Instance form.
It seems something has changed in Django 1.11.
Previously network ID is shown with a small gray characters but now
"(undefined)" is shown, so it looks like generate_html() JS function
does not work expectedly.
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1715066/+subscriptions
References