diff --git a/src/cloud/occi/etc/occi-server.conf b/src/cloud/occi/etc/occi-server.conf index ec74643b19..2bf8516b9f 100644 --- a/src/cloud/occi/etc/occi-server.conf +++ b/src/cloud/occi/etc/occi-server.conf @@ -17,7 +17,7 @@ # OpenNebula sever contact information :one_xmlrpc: http://localhost:2633/RPC2 -# Host and port where econe server will run +# Host and port where OCCI server will run :server: localhost :port: 4567 @@ -25,9 +25,11 @@ #:ssl_server: fqdm.of.the.server # Configuration for OpenNebula's Virtual Networks -#:bridge: -:bridge: vbr1 +#:bridge: NAME_OF_DEFAULT_BRIDGE +# Authentication protocol for the OCCI server: +# basic, for OpenNebula's user-password scheme +# x509, for x509 certificates based authentication :auth: basic # VM types allowed and its template file (inside templates directory)