From a3c476b365fee4e6a345e2e66bc56d1906d1e04c Mon Sep 17 00:00:00 2001 From: Xav Paice Date: Thu, 23 Jan 2014 15:26:07 +1300 Subject: [PATCH] Fix incorrect sample of neutron port-update neutron port-update requires positional argument instead of Change-Id: Ibf7f37ee88ff218958a39da804deee0ec0f195b3 Closes-Bug: 1271788 --- doc/admin-guide-cloud/section_networking_adv_features.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/admin-guide-cloud/section_networking_adv_features.xml b/doc/admin-guide-cloud/section_networking_adv_features.xml index 4d7967a772..c9409f2f4b 100644 --- a/doc/admin-guide-cloud/section_networking_adv_features.xml +++ b/doc/admin-guide-cloud/section_networking_adv_features.xml @@ -1442,7 +1442,7 @@ Update a port adding allowed-address-pairs: - # neutron port-update <subnet-uuid> --allowed-address-pairs type=dict list=true mac_address=<mac_address>,ip_address=<ip_cidr> + # neutron port-update <port-uuid> --allowed-address-pairs type=dict list=true mac_address=<mac_address>,ip_address=<ip_cidr>