aboutsummaryrefslogtreecommitdiff
path: root/xenserver/README
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2010-03-18 09:37:31 -0700
committerBen Pfaff <blp@nicira.com>2010-03-24 14:56:53 -0700
commit5c43922c13983d2b5addf9e6dd3f54a006c568a6 (patch)
treef4c1d48f1a69cdcfc8b9e1aa95fa2c1e5e14cebf /xenserver/README
parente1bd9cce5426e1f5a99d7f2bdb1339746ff3a448 (diff)
vswitchd: Make names of Bridge external_ids generic.
Until now the names of the external_ids keys used for Bridge records have implied that they are specific to XenServer, because they begin with "xs-". They are more generic in intent, however, so this commit removes the "xs-" prefix and explains them more generically. This finishes the renaming process started in commit c0f9490 "vswitchd: Make names of Interface external_ids generic." CC: Ian Campbell <ian.campbell@citrix.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'xenserver/README')
-rw-r--r--xenserver/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/xenserver/README b/xenserver/README
index e35da5ac..6dafdb40 100644
--- a/xenserver/README
+++ b/xenserver/README
@@ -44,9 +44,9 @@ files are:
vswitch-aware replacement for Citrix script of the same name.
- usr_share_vswitch_scripts_refresh-xs-network-uuids
+ usr_share_vswitch_scripts_refresh-network-uuids
- Script to refresh bridge.<bridge>.xs-network-uuids keys, which
+ Script to refresh bridge.<bridge>.network-uuids keys, which
can get out-of-sync following a pool join. Running this script
is an alternative to rebooting the host.