1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-26 06:50:09 +03:00

feature : Add econe.conf yaml

This commit is contained in:
Daniel Molina 2011-09-21 19:10:17 +02:00
parent 9e3c3cb898
commit b52e99c0dd

@ -15,16 +15,18 @@
#--------------------------------------------------------------------------- #
# OpenNebula sever contact information
ONE_XMLRPC=http://localhost:2633/RPC2
:one_xmlrpc: http://localhost:2633/RPC2
# Host and port where econe server will run
SERVER=<PUT HERE FQDN OF SERVER>
PORT=4567
:server: localhost
:port: 4567
# SSL proxy that serves the API (set if is being used)
#SSL_SERVER=fqdm.of.the.server
#:ssl_server: fqdm.of.the.server
AUTH=ec2
:auth: ec2
# VM types allowed and its template file (inside templates directory)
VM_TYPE=[NAME=m1.small, TEMPLATE=m1.small.erb]
:instance_types:
:m1.small:
:template: m1.small.erb