From f5bfc4f9e98850114a33ff89eabd63eae978c332 Mon Sep 17 00:00:00 2001 From: Ashley Penney Date: Tue, 26 Jan 2016 11:18:43 -0500 Subject: [PATCH] Change example to include ethernet as the type. --- network/nmcli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network/nmcli.py b/network/nmcli.py index ccefef18ccf..115c5939a8f 100644 --- a/network/nmcli.py +++ b/network/nmcli.py @@ -360,7 +360,7 @@ tenant_ip: "192.168.200.21/23" - nmcli: ctype=ethernet name=my-eth1 ifname="*" state=present # To change the property of a setting e.g. MTU, issue a command as follows: -- nmcli: conn_name=my-eth1 mtu=9000 state=present +- nmcli: conn_name=my-eth1 mtu=9000 type=ethernet state=present Exit Status's: - nmcli exits with status 0 if it succeeds, a value greater than 0 is