Back to bug 1295690

Who When What Removed Added
John Schwarz 2016-01-05 09:15:01 UTC Assignee lpeer jschwarz
John Schwarz 2016-01-05 09:15:22 UTC Status NEW POST
Target Release 7.0 8.0
Red Hat Bugzilla Rules Engine 2016-01-05 09:15:23 UTC Target Release 8.0 7.0
John Schwarz 2016-01-05 09:15:35 UTC Target Release 7.0 8.0
Nir Yechiel 2016-01-05 09:19:57 UTC Priority unspecified medium
Target Milestone --- ga
Nir Yechiel 2016-01-05 09:20:32 UTC Target Release 8.0 7.0
Target Milestone ga ---
Nir Yechiel 2016-01-05 09:25:25 UTC Target Release 7.0 8.0
Target Milestone --- ga
Flags needinfo?(rhos-flags)
lpeer 2016-01-05 11:03:46 UTC Target Milestone ga async
Scott Lewis 2016-01-08 13:27:04 UTC CC sclewis
Flags needinfo?(rhos-flags)
John Schwarz 2016-01-14 11:41:33 UTC Status POST MODIFIED
Fixed In Version openstack-neutron-7.0.1-6
Jon Schlueter 2016-01-15 21:25:44 UTC Keywords ZStream
CC jschluet
Target Milestone async ga
errata-xmlrpc 2016-01-15 21:36:14 UTC Status MODIFIED ON_QA
Jon Schlueter 2016-01-15 21:40:07 UTC Status ON_QA MODIFIED
errata-xmlrpc 2016-01-20 05:30:40 UTC Status MODIFIED ON_QA
Toni Freger 2016-01-27 09:05:57 UTC QA Contact oblaut astafeye
Alexander Stafeyev 2016-01-27 09:35:46 UTC Status ON_QA VERIFIED
John Schwarz 2016-02-03 13:55:40 UTC Doc Text Feature: Added an option to convert a legacy router into a HA router (and back).

Reason: Previously, creating a router that is neither a HA router nor a DVR router, one could not convert it to be a HA router - instead, the user was forced to create a new router and reconnect all the resources (interfaces, networks...) from the old router to the new one. This report adds the option to convert a legacy router to a HA router in a few simple commands.

Result: The user can convert a router to be HA or non-HA using the following set of commands:
neutron router-update <router> --admin-state-up=False
neutron router-update <router> --ha=<True/False>
neutron router-upgrade <router> --admin-state-up=True
Doc Type Bug Fix Enhancement
Radek Bíba 2016-03-14 11:03:32 UTC CC rbiba
Doc Text Feature: Added an option to convert a legacy router into a HA router (and back).

Reason: Previously, creating a router that is neither a HA router nor a DVR router, one could not convert it to be a HA router - instead, the user was forced to create a new router and reconnect all the resources (interfaces, networks...) from the old router to the new one. This report adds the option to convert a legacy router to a HA router in a few simple commands.

Result: The user can convert a router to be HA or non-HA using the following set of commands:
neutron router-update <router> --admin-state-up=False
neutron router-update <router> --ha=<True/False>
neutron router-upgrade <router> --admin-state-up=True
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.
errata-xmlrpc 2016-04-07 21:16:58 UTC Status VERIFIED CLOSED
Resolution --- ERRATA
Last Closed 2016-04-07 17:16:58 UTC
Perry Myers 2016-04-26 21:57:28 UTC CC pmyers
Derek 2019-02-17 12:20:54 UTC Keywords FeatureBackport
CC dcadzow

Back to bug 1295690