mirror of https://github.com/apache/cloudstack.git
ip allocator must have a name ending with py.
This commit is contained in:
parent
e4b3be97a4
commit
fe0c2ef3f5
|
|
@ -20,7 +20,7 @@ PROGNAME="External IPAllocator"
|
|||
unset OPTIONS
|
||||
[ -r @SYSCONFDIR@/sysconfig/"$SHORTNAME" ] && source @SYSCONFDIR@/sysconfig/"$SHORTNAME"
|
||||
DAEMONIZE=@BINDIR@/@PACKAGE@-daemonize
|
||||
PROG=@BINDIR@/@PACKAGE@-external-ipallocator
|
||||
PROG=@BINDIR@/@PACKAGE@-external-ipallocator.py
|
||||
OPTIONS=8083
|
||||
|
||||
start() {
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ PROGNAME="Cloud Agent"
|
|||
unset OPTIONS
|
||||
[ -r @SYSCONFDIR@/sysconfig/"$SHORTNAME" ] && source @SYSCONFDIR@/sysconfig/"$SHORTNAME"
|
||||
DAEMONIZE=@BINDIR@/@PACKAGE@-daemonize
|
||||
PROG=@BINDIR@/@PACKAGE@-external-ipallocator
|
||||
PROG=@BINDIR@/@PACKAGE@-external-ipallocator.py
|
||||
OPTIONS=8083
|
||||
|
||||
start() {
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ PROGNAME="Cloud Agent"
|
|||
unset OPTIONS
|
||||
[ -r @SYSCONFDIR@/default/"$SHORTNAME" ] && source @SYSCONFDIR@/default/"$SHORTNAME"
|
||||
DAEMONIZE=@BINDIR@/@PACKAGE@-daemonize
|
||||
PROG=@BINDIR@/@PACKAGE@-external-ipallocator
|
||||
PROG=@BINDIR@/@PACKAGE@-external-ipallocator.py
|
||||
OPTIONS=8083
|
||||
|
||||
start() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue