Bug 1167563
| Summary: | [RFE][horizon]: Launch Instance Redesign | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | RHOS Integration <rhos-integ> |
| Component: | python-django-horizon | Assignee: | Matthias Runge <mrunge> |
| Status: | CLOSED ERRATA | QA Contact: | Ido Ovadia <iovadia> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | unspecified | CC: | aortega, athomas, dnavale, jschluet, markmc, mrunge, nbarcet, sclewis, yeylon |
| Target Milestone: | beta | Keywords: | FutureFeature |
| Target Release: | 8.0 (Liberty) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| URL: | https://blueprints.launchpad.net/horizon/+spec/launch-instance-redesign | ||
| Whiteboard: | upstream_milestone_kilo-3 upstream_definition_approved upstream_status_implemented | ||
| Fixed In Version: | python-django-horizon-8.0.0-5.el7ost | Doc Type: | Enhancement |
| Doc Text: |
The 'Launch Instance' workflow has been redesigned and re-implemented to be more responsive with this update.
1. To enable this update, add the following values in your /etc/openstack-dashboard/local_settings file:
LAUNCH_INSTANCE_LEGACY_ENABLED = False
LAUNCH_INSTANCE_NG_ENABLED = True
2. Restart 'httpd':
# systemctl restart httpd
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-04-07 20:59:49 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1100542, 1226931 | ||
|
Description
RHOS Integration
2014-11-25 05:07:09 UTC
Can you please provide new link for the new design screens. This is not available now http://invis.io/BE1KWILPQ (In reply to Ido Ovadia from comment #1) > Can you please provide new link for the new design screens. This is not > available now http://invis.io/BE1KWILPQ Unfortunately, I can't. It's now implemented in Horizon. New launch instance dialog is marked as experimental upstream and disabled by default. How to enable new launch instance wizard: In /etc/openstack-dashboard/local_settings: change LAUNCH_INSTANCE config options to: # Toggle LAUNCH_INSTANCE_LEGACY_ENABLED and LAUNCH_INSTANCE_NG_ENABLED to # determine the experience to enable. Set them both to true to enable # both. LAUNCH_INSTANCE_LEGACY_ENABLED = False LAUNCH_INSTANCE_NG_ENABLED = True This is still broken upstream in Liberty. - webroot patch is still not merged - create a volume while launching an instance doesn't work Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHEA-2016-0603.html |