diff options
| author | Zuul <zuul@review.opendev.org> | 2019-06-21 22:58:17 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2019-06-21 22:58:17 +0000 |
| commit | d103b3dc88635866dc3debe968d4f104777ba6e4 (patch) | |
| tree | 41c6b3090d1d6ba1928f69690ce68c71f0ada05a /releasenotes | |
| parent | 17611a72c501ca2096c4a7f7cd98590ac8bc973c (diff) | |
| parent | b7742b59371b9e0b2e417547eb2cdaa80954b50d (diff) | |
| download | python-openstackclient-d103b3dc88635866dc3debe968d4f104777ba6e4.tar.gz | |
Merge "Remove deprecated compute commands"
Diffstat (limited to 'releasenotes')
| -rw-r--r-- | releasenotes/notes/osc4-compute-09246008eff260cb.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/releasenotes/notes/osc4-compute-09246008eff260cb.yaml b/releasenotes/notes/osc4-compute-09246008eff260cb.yaml new file mode 100644 index 00000000..ab7baa67 --- /dev/null +++ b/releasenotes/notes/osc4-compute-09246008eff260cb.yaml @@ -0,0 +1,8 @@ +--- +upgrade: + - | + Remove deprecated ``ip fixed add|remove`` commands. + Use ``server add|remove fixed ip`` commands instead. + - | + Remove deprecated ``ip floating add|remove`` commands. + Use ``server add|remove floating ip`` commands instead. |
