From 895b9b9d211e0e318fbd459d3ef2f9f4abf8c669 Mon Sep 17 00:00:00 2001 From: Akihiro Motoki Date: Tue, 24 Nov 2015 06:58:48 +0900 Subject: [PATCH] Move the old release notes to a separate file Preparation for reno adoption in a following patch Change-Id: Ice4f45147ae9699a5be2c60c0ed247b893881d62 --- doc/source/history.rst | 28 ++++++++++++++++++++++++++++ doc/source/index.rst | 28 +--------------------------- 2 files changed, 29 insertions(+), 27 deletions(-) create mode 100644 doc/source/history.rst diff --git a/doc/source/history.rst b/doc/source/history.rst new file mode 100644 index 000000000..57b6fad7f --- /dev/null +++ b/doc/source/history.rst @@ -0,0 +1,28 @@ +Release Notes +============= + +2.2.2 +----- + +* improved support for listing a large number of filtered subnets +* add --endpoint-type and OS_ENDPOINT_TYPE to shell client +* made the publicURL the default endpoint instead of adminURL +* add ability to update security group name (requires 2013.2-Havana or later) +* add flake8 and pbr support for testing and building + +2.2.0 +----- + +* add security group commands +* add Lbaas commands +* allow options put after positional arguments +* add NVP queue and net gateway commands +* add commands for agent management extensions +* add commands for DHCP and L3 agents scheduling +* support XML request format +* support pagination options + +2.0 +----- + +* support Neutron API 2.0 diff --git a/doc/source/index.rst b/doc/source/index.rst index d02a5c8f1..8b5793bc6 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -56,30 +56,4 @@ Developer Docs :maxdepth: 1 devref/index - - -Release Notes -============= - -2.0 ------ -* support Neutron API 2.0 - -2.2.0 ------ -* add security group commands -* add Lbaas commands -* allow options put after positional arguments -* add NVP queue and net gateway commands -* add commands for agent management extensions -* add commands for DHCP and L3 agents scheduling -* support XML request format -* support pagination options - -2.2.2 ------ -* improved support for listing a large number of filtered subnets -* add --endpoint-type and OS_ENDPOINT_TYPE to shell client -* made the publicURL the default endpoint instead of adminURL -* add ability to update security group name (requires 2013.2-Havana or later) -* add flake8 and pbr support for testing and building \ No newline at end of file + history