summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
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