diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-06-23 21:31:05 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-06-23 21:31:05 +0000 |
| commit | 5b144334bf526c8d368e592019fbb80c072911dc (patch) | |
| tree | 4d524ae1365aef49aeb57f06ff681667a10af6b1 /doc/source/command-objects | |
| parent | 8b70f31178c80a429ee0291e883ba748b407b313 (diff) | |
| parent | 5cc62d90b03714d65af04c73e01a89ac8d96c895 (diff) | |
| download | python-openstackclient-5b144334bf526c8d368e592019fbb80c072911dc.tar.gz | |
Merge "Support JSON data for port binding profile"
Diffstat (limited to 'doc/source/command-objects')
| -rw-r--r-- | doc/source/command-objects/port.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/source/command-objects/port.rst b/doc/source/command-objects/port.rst index e4cf2cd2..880161f9 100644 --- a/doc/source/command-objects/port.rst +++ b/doc/source/command-objects/port.rst @@ -54,7 +54,8 @@ Create new port .. option:: --binding-profile <binding-profile> - Custom data to be passed as binding:profile: <key>=<value> + Custom data to be passed as binding:profile. Data may + be passed as <key>=<value> or JSON. (repeat option to set multiple binding:profile data) .. option:: --host <host-id> @@ -162,7 +163,8 @@ Set port properties .. option:: --binding-profile <binding-profile> - Custom data to be passed as binding:profile: <key>=<value> + Custom data to be passed as binding:profile. Data may + be passed as <key>=<value> or JSON. (repeat option to set multiple binding:profile data) .. option:: --no-binding-profile |
