diff options
author | Dan Timoney <dtimoney@att.com> | 2023-01-03 07:05:53 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2023-01-03 07:06:04 -0500 |
commit | d3ef2d11a5521a4dcb765f5d4a112f10d7bf3051 (patch) | |
tree | 2029d531848fb0abc5c2bdca9f00ae7515b5c8b5 /opendaylight/pom.xml | |
parent | e5043d4e249a672540f773d8758e78e7ae404984 (diff) |
Create base Chlorine docker image
Create base docker image for ODL Chlorine release. Also, remove
code to create Phosphorus docker image, which is not needed
in London ONAP release.
Issue-ID: CCSDK-3829
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I026f68bebfd3063d0ecb69c7b9cd7bf3e3a79d13
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 2655a46b..f135dbad 100644 --- a/opendaylight/pom.xml +++ b/opendaylight/pom.xml @@ -16,6 +16,6 @@ <modules> <module>sulfur</module> - <module>phosphorus</module> + <module>chlorine</module> </modules> </project> |