Update port 8080 remap for Lithium
[integration/packaging/puppet-opendaylight.git] / README.markdown
index ffeeeec02dbbda060195681ec6ed169a46862e2d..49890753b8b94e4174b0b57709f5bb3c291be23c 100644 (file)
@@ -143,7 +143,7 @@ calls, use the `odl_rest_port` param.
 
 ```puppet
 class { 'opendaylight':
-  odl_rest_port => '8282',
+  odl_rest_port => '8080',
 }
 ```
 
@@ -203,7 +203,7 @@ Valid options: The strings `'tarball'` or `'rpm'`.
 
 Specifies the port for the ODL northbound REST interface to listen on.
 
-Default: `'8282'`
+Default: `'8080'`
 
 Valid options: A valid port number as a string or integer.