Skip to content

Commit 3a46ca6

Browse files
committed
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 <jpettit@nicira.com> CC: Jeremy Stribling <strib@nicira.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
1 parent f272ec7 commit 3a46ca6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

xenserver/etc_init.d_openvswitch

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,8 @@ function set_system_ids {
296296
$vsctl --no-wait set Open_vSwitch . \
297297
external-ids:system-type="$PRODUCT_BRAND" \
298298
external-ids:system-version="$PRODUCT_VERSION-$BUILD_NUMBER" \
299-
external-ids:system-uuid="$INSTALLATION_UUID"
299+
external-ids:system-id="$INSTALLATION_UUID" \
300+
external-ids:xs-system-uuid="$INSTALLATION_UUID"
300301
else
301302
action "Configuring Open vSwitch system IDs" false
302303
fi

0 commit comments

Comments
 (0)