summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2019-02-26 01:48:44 +0000
committerGerrit Code Review <review@openstack.org>2019-02-26 01:48:44 +0000
commit1ae9a85840ea6af4786c64dd484a6b46b65f6dfb (patch)
treed6c0fc5c95c9acdf5c2b2483d281a58e72919e93 /releasenotes
parentcaf1f6203a6780ee9584a20549390bdce022a5fb (diff)
parent7e56102201f92212285f6860ee1952fe025d3e21 (diff)
downloadpython-novaclient-1ae9a85840ea6af4786c64dd484a6b46b65f6dfb.tar.gz
Merge "Fix output of interface-attach command"
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/interface-attach-output-02d633d9b2a60da1.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/releasenotes/notes/interface-attach-output-02d633d9b2a60da1.yaml b/releasenotes/notes/interface-attach-output-02d633d9b2a60da1.yaml
new file mode 100644
index 00000000..af855a1e
--- /dev/null
+++ b/releasenotes/notes/interface-attach-output-02d633d9b2a60da1.yaml
@@ -0,0 +1,11 @@
+---
+upgrade:
+ - The ``nova interface-attach`` command shows output of its result
+ when it is successful.
+ - |
+ The following methods return a ``NetworkInterface`` object
+ instead of a ``Server`` object.
+
+ * The ``interface_attach`` method in the ``novaclient.v2.Server`` class
+ * The ``interface_attach`` method in the ``novaclient.v2.ServerManager``
+ class