From: Ben Pfaff Date: Thu, 26 Aug 2010 20:57:11 +0000 (-0700) Subject: xenserver: Finish renaming system-level external_ids. X-Git-Tag: v1.1.0pre1~21 X-Git-Url: http://git.onelab.eu/?p=sliver-openvswitch.git;a=commitdiff_plain;h=3a46ca6e46d32a2bc898ff7238f8276db952c050 xenserver: Finish renaming system-level external_ids. vswitch.xml was updated to describe system-id and xs-system-uuid but the implementation of this update was incomplete. CC: Justin Pettit CC: Jeremy Stribling Signed-off-by: Ben Pfaff --- diff --git a/xenserver/etc_init.d_openvswitch b/xenserver/etc_init.d_openvswitch index c7ccd374b..7b86d4c66 100755 --- a/xenserver/etc_init.d_openvswitch +++ b/xenserver/etc_init.d_openvswitch @@ -296,7 +296,8 @@ function set_system_ids { $vsctl --no-wait set Open_vSwitch . \ external-ids:system-type="$PRODUCT_BRAND" \ external-ids:system-version="$PRODUCT_VERSION-$BUILD_NUMBER" \ - external-ids:system-uuid="$INSTALLATION_UUID" + external-ids:system-id="$INSTALLATION_UUID" \ + external-ids:xs-system-uuid="$INSTALLATION_UUID" else action "Configuring Open vSwitch system IDs" false fi