Skip to content

Commit fe0c2ef

Browse files
committed
ip allocator must have a name ending with py.
1 parent e4b3be9 commit fe0c2ef

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

File renamed without changes.

python/distro/centos/SYSCONFDIR/rc.d/init.d/cloud-external-ipallocator.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ PROGNAME="External IPAllocator"
2020
unset OPTIONS
2121
[ -r @SYSCONFDIR@/sysconfig/"$SHORTNAME" ] && source @SYSCONFDIR@/sysconfig/"$SHORTNAME"
2222
DAEMONIZE=@BINDIR@/@PACKAGE@-daemonize
23-
PROG=@BINDIR@/@PACKAGE@-external-ipallocator
23+
PROG=@BINDIR@/@PACKAGE@-external-ipallocator.py
2424
OPTIONS=8083
2525

2626
start() {

python/distro/fedora/SYSCONFDIR/rc.d/init.d/cloud-external-ipallocator.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ PROGNAME="Cloud Agent"
2020
unset OPTIONS
2121
[ -r @SYSCONFDIR@/sysconfig/"$SHORTNAME" ] && source @SYSCONFDIR@/sysconfig/"$SHORTNAME"
2222
DAEMONIZE=@BINDIR@/@PACKAGE@-daemonize
23-
PROG=@BINDIR@/@PACKAGE@-external-ipallocator
23+
PROG=@BINDIR@/@PACKAGE@-external-ipallocator.py
2424
OPTIONS=8083
2525

2626
start() {

python/distro/ubuntu/SYSCONFDIR/init.d/cloud-external-ipallocator.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ PROGNAME="Cloud Agent"
2121
unset OPTIONS
2222
[ -r @SYSCONFDIR@/default/"$SHORTNAME" ] && source @SYSCONFDIR@/default/"$SHORTNAME"
2323
DAEMONIZE=@BINDIR@/@PACKAGE@-daemonize
24-
PROG=@BINDIR@/@PACKAGE@-external-ipallocator
24+
PROG=@BINDIR@/@PACKAGE@-external-ipallocator.py
2525
OPTIONS=8083
2626

2727
start() {

0 commit comments

Comments
 (0)