diff --git a/doc/source/devref/transition_to_osc.rst b/doc/source/devref/transition_to_osc.rst index 98aa4377a..92fa92600 100644 --- a/doc/source/devref/transition_to_osc.rst +++ b/doc/source/devref/transition_to_osc.rst @@ -71,7 +71,7 @@ Transition Steps backwards compatibility of its networking support and OSC updates its dependencies to include OpenStack Python SDK version 1.0 or later. -5. **In Progress:** OSC switches its networking support for the +5. **Done:** OSC switches its networking support for the `ip floating `_, `ip floating pool `_, `ip fixed `_, @@ -82,13 +82,13 @@ Transition Steps is enabled, then the nova client's Python library will continue to be used. See the following OSC bugs: - * **In Progress** `Floating IP CRUD `_ + * **Done** `Floating IP CRUD `_ - * **In Progress** `Port CRUD `_ + * **Done** `Port CRUD `_ * **Done** `Security Group CRUD `_ - * **In Progress** `Security Group Rule CRUD `_ + * **Done** `Security Group Rule CRUD `_ 6. **In Progress:** OSC continues enhancing its networking support. At this point and when applicable, enhancements to the ``neutron`` @@ -122,8 +122,8 @@ Transition Steps Developer Guide --------------- The ``neutron`` CLI version 4.x, without extensions, supports over 200 -commands while the ``openstack`` CLI version 2.2.0 supports about 35 -networking commands. Of the 35 commands, many do not have all of the options +commands while the ``openstack`` CLI version 2.6.0 supports over 50 +networking commands. Of the 50 commands, some do not have all of the options or arguments of their ``neutron`` CLI equivalent. With this large functional gap, a couple critical questions for developers during this transition are "Which CLI do I change?" and "Where does my CLI belong?" The answer depends on the