Bug 1295690
| Summary: | Backport: Support migration of non-HA router to HA and reverse | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | John Schwarz <jschwarz> |
| Component: | openstack-neutron | Assignee: | John Schwarz <jschwarz> |
| Status: | CLOSED ERRATA | QA Contact: | Alexander Stafeyev <astafeye> |
| Severity: | high | Docs Contact: | |
| Priority: | medium | ||
| Version: | 8.0 (Liberty) | CC: | akaiser, amuller, chrisw, dcadzow, jschluet, jschwarz, lpeer, nyechiel, oblaut, rbiba, sclewis, tfreger, yeylon |
| Target Milestone: | ga | Keywords: | FeatureBackport |
| Target Release: | 8.0 (Liberty) | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | openstack-neutron-7.0.1-6 | Doc Type: | Enhancement |
| Doc Text: |
Previously, a router that was neither an HA nor a DVR router could not be converted into an HA router. Instead, it was necessary to create a new router and reconnect all the resources (interfaces, networks etc.) from the old router to the new one. This update adds the ability to convert a legacy router into an HA or non-HA router in a few simple commands:
# neutron router-update ROUTER --admin-state-up=False
# neutron router-update ROUTER --ha=True/False
# neutron router-upgrade ROUTER --admin-state-up=True
Replace ROUTER with the ID or name of the router to convert.
|
Story Points: | --- |
| Clone Of: | 1292527 | Environment: | |
| Last Closed: | 2016-04-07 21:16:58 UTC | Type: | Bug |
| 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: | 1292527 | ||
| Bug Blocks: | |||
|
Comment 3
Alexander Stafeyev
2016-01-27 09:35:46 UTC
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 |