diff options
author | Dan Timoney <dtimoney@att.com> | 2023-06-19 10:30:12 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2023-06-22 20:16:56 +0000 |
commit | 1cd7d6526c05daed8c2de0452479ece1b12b62fd (patch) | |
tree | 74f35e67321d7491012e0da7569373c7406cf137 /opendaylight/pom.xml | |
parent | 3eb23368a84f41491105f53c9c3abf095797f65c (diff) |
Create ODL Argon docker
Added code to create base OpenDaylight Argon SR1 docker
Issue-ID: CCSDK-3913
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I9459a36e35d6291e9d85a7a907091b61610a971c
Diffstat (limited to 'opendaylight/pom.xml')
-rw-r--r-- | opendaylight/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opendaylight/pom.xml b/opendaylight/pom.xml index 931664a6..999001f3 100644 --- a/opendaylight/pom.xml +++ b/opendaylight/pom.xml @@ -15,7 +15,7 @@ <description>Creates OpenDaylight container</description> <modules> - <module>sulfur</module> <module>chlorine</module> + <module>argon</module> </modules> </project> |