diff options
Diffstat (limited to 'resources/libraries/python/constants.py')
-rw-r--r-- | resources/libraries/python/constants.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/resources/libraries/python/constants.py b/resources/libraries/python/constants.py index a280b51beb..4c3a8ff451 100644 --- a/resources/libraries/python/constants.py +++ b/resources/libraries/python/constants.py @@ -37,3 +37,6 @@ class Constants(object): # Honeycomb templates location RESOURCES_TPL_HC = 'resources/templates/honeycomb' + + # ODL Client Restconf listener port + ODL_PORT = 8181 |