]> xenbits.xensource.com Git - xcp/xen-api.git/commit
[PATCH] vswitchd: Make names of Bridge external_ids generic.
authorBen Pfaff <blp@nicira.com>
Thu, 8 Jul 2010 13:31:26 +0000 (14:31 +0100)
committerBen Pfaff <blp@nicira.com>
Thu, 8 Jul 2010 13:31:26 +0000 (14:31 +0100)
commit1399ef5c7297332ba0983e320ab72dbd7cedbd5d
treef6362bf3a04966c1eaa95315b912ee8dba105cf3
parent3265d4471811b89c91b089c05431cfc1dd95a16e
[PATCH] vswitchd: Make names of Bridge external_ids generic.

From 5c43922c13983d2b5addf9e6dd3f54a006c568a6 Mon Sep 17 00:00:00 2001
Date: Thu, 18 Mar 2010 09:37:31 -0700
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>
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
---
 tests/interface-reconfigure.at                     |   12 ++++++------
 vswitchd/vswitch.xml                               |   11 +++++++----
 xenserver/README                                   |    4 ++--
 xenserver/automake.mk                              |    2 +-
 scripts/vif                |    4 ++--
 ...ensource_libexec_InterfaceReconfigureVswitch.py |    8 ++++----
 ...usr_share_vswitch_scripts_refresh-network-uuids |   12 ++++++++++++
 ..._share_vswitch_scripts_refresh-xs-network-uuids |   12 ------------
 xenserver/vswitch-xen.spec                         |    6 +++---
 9 files changed, 37 insertions(+), 34 deletions(-)
 create mode 100755 xenserver/usr_share_vswitch_scripts_refresh-network-uuids
 delete mode 100755 xenserver/usr_share_vswitch_scripts_refresh-xs-network-uuids
scripts/InterfaceReconfigureVswitch.py
scripts/vif