1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

feature #200: Removed unneeded attribute variables

This commit is contained in:
Ruben S. Montero 2010-07-19 18:42:45 +02:00
parent 3b536928b8
commit 33b35e5966

View File

@ -1,7 +1,3 @@
# OpenNebula administrator user
USER=oneadmin
PASSWORD=<PUT HERE ONEADMIN PASS>
# OpenNebula sever contact information
ONE_XMLRPC=http://localhost:2633/RPC2
@ -12,9 +8,5 @@ PORT=4567
# SSL proxy that serves the API (set if is being used)
#SSL_SERVER=fqdm.of.the.server
# Configuration for the image repository
DATABASE=<PUT HERE ONELOCATION/var/econe.db
IMAGE_DIR=<PUT HERE PATH TO EXISTING IMAGE DIRECTORY>
# VM types allowed and its template file (inside templates directory)
VM_TYPE=[NAME=m1.small, TEMPLATE=m1.small.erb]