Skip to content

Commit 337c36d

Browse files
anthonyxuAlena Prokharchyk
authored andcommitted
VPC: typo fix
Conflicts: scripts/vm/hypervisor/xenserver/xenserver56fp1/patch
1 parent f5056d4 commit 337c36d

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

scripts/vm/hypervisor/xenserver/xcpserver/patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# This file specifies the files that need
2+
#
23
# to be transferred over to the XenServer.
34
# The format of this file is as follows:
45
# [Name of file]=[source path],[file permission],[destination path]
@@ -11,7 +12,6 @@
1112
# If [source path] does not start with '/' or '~', then it is relative path to the location of the patch file.
1213
NFSSR.py=/opt/xensource/sm
1314
vmops=..,0755,/etc/xapi.d/plugins
14-
ovsgre=..,0755,/etc/xapi.d/plugins
1515
ovstunnel=..,0755,/etc/xapi.d/plugins
1616
vmopsSnapshot=..,0755,/etc/xapi.d/plugins
1717
hostvmstats.py=..,0755,/opt/xensource/sm
@@ -23,7 +23,7 @@ make_migratable.sh=..,0755,/opt/xensource/bin
2323
setup_iscsi.sh=..,0755,/opt/xensource/bin
2424
pingtest.sh=../../..,0755,/opt/xensource/bin
2525
dhcp_entry.sh=../../../../network/domr/,0755,/opt/xensource/bin
26-
ipassoc.sh=../../../../network/domr/,0755,/opt/xensource/bin
26+
router_proxy.sh=../../../../network/domr/,0755,/opt/xensource/bin
2727
vm_data.sh=../../../../network/domr/,0755,/opt/xensource/bin
2828
save_password_to_domr.sh=../../../../network/domr/,0755,/opt/xensource/bin
2929
networkUsage.sh=../../../../network/domr/,0755,/opt/xensource/bin

scripts/vm/hypervisor/xenserver/xenserver60/patch

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ xen-ovs-vif-flows.rules=..,0644,/etc/udev/rules.d
1515
ovs-vif-flows.py=..,0755,/etc/xapi.d/plugins
1616
cloudstack_plugins.conf=..,0644,/etc/xensource
1717
cloudstack_pluginlib.py=..,0755,/etc/xapi.d/plugins
18-
ovsgre=..,0755,/etc/xapi.d/plugins
1918
ovstunnel=..,0755,/etc/xapi.d/plugins
2019
vmopsSnapshot=..,0755,/etc/xapi.d/plugins
2120
hostvmstats.py=..,0755,/opt/xensource/sm
@@ -32,7 +31,7 @@ save_password_to_domr.sh=../../../../network/domr/,0755,/opt/xensource/bin
3231
networkUsage.sh=../../../../network/domr/,0755,/opt/xensource/bin
3332
call_firewall.sh=../../../../network/domr/,0755,/opt/xensource/bin
3433
call_loadbalancer.sh=../../../../network/domr/,0755,/opt/xensource/bin
35-
router_proxy=../../../../network/domr/,0755,/opt/xensource/bin
34+
router_proxy.sh=../../../../network/domr/,0755,/opt/xensource/bin
3635
l2tp_vpn.sh=../../../../network/domr/,0755,/opt/xensource/bin
3736
cloud-setup-bonding.sh=..,0755,/opt/xensource/bin
3837
copy_vhd_to_secondarystorage.sh=..,0755,/opt/xensource/bin

wscript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# the following two variables are used by the target "waf dist"
55
# if you change 'em here, you need to change it also in cloud.spec, add a %changelog entry there, and add an entry in debian/changelog
66

7-
VERSION = '3.0.3.2012-06-06T01:46:43Z'
7+
VERSION = '3.0.3.2012-06-06T18:22:16Z'
88
APPNAME = 'cloud'
99

1010
import shutil,os

0 commit comments

Comments
 (0)