Comment 3 for bug 1608565

Revision history for this message
eblock@nde.ag (eblock) wrote :

I applied the changes proposed in [1], and they worked for me. Unfortunately, this issue is evolving similar to a bug I have reported over a year ago [2]. The changes in

/srv/www/openstack-dashboard/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/source/source.controller.js

and

/srv/www/openstack-dashboard/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/source/source.controller.spec.js

don't resolve the issue, snapshots are not pre-selected anymore. So I applied the exact same changes to these files:

/srv/www/openstack-dashboard/static/dashboard/project/workflow/launch-instance/source/source.controller.js
/srv/www/openstack-dashboard/static/dashboard/project/workflow/launch-instance/source/source.controller.spec.js

and this works now as expected.
Newton release seems to have the same issue.

[1] https://review.openstack.org/#/c/350291/
[2] https://bugs.launchpad.net/nova/+bug/1560965