On Wed, 2010-03-24 at 15:54 +0100, [email protected] wrote:
> ---
>  server/support/fedora/deltacloudd           |  106 
> +++++++++++++++++++++++++++
>  server/support/fedora/sysconfig_deltacloudd |    8 ++
>  2 files changed, 114 insertions(+), 0 deletions(-)
>  create mode 100755 server/support/fedora/deltacloudd
>  create mode 100644 server/support/fedora/sysconfig_deltacloudd

Initscript looks fine, one question about sysconfig setup:

> diff --git a/server/support/fedora/sysconfig_deltacloudd 
> b/server/support/fedora/sysconfig_deltacloudd
> new file mode 100644
> index 0000000..3f8fe91
> --- /dev/null
> +++ b/server/support/fedora/sysconfig_deltacloudd
> @@ -0,0 +1,8 @@
> +# Driver to use
> +API_DRIVER="mock"
> +# API port for accepting HTTP requests
> +API_PORT="3001"
> +# API host
> +API_HOST="localhost"
> +# Environment (production or development)
> +API_ENVIRONMENT="production"

Is there really a point in configuring the environment ? I have a hard
time believing that anybody wants to run a dev or test instance from the
initscript.

David


_______________________________________________
deltacloud-devel mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/deltacloud-devel

Reply via email to