diff options
author | Tim Rozet <trozet@redhat.com> | 2016-10-10 17:11:20 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2016-11-11 10:43:32 -0500 |
commit | e8b6d6debe2b056b404fc353f54b67364b58c59d (patch) | |
tree | 759d2a9c2794c6cbc223c251e30520c3d573a4c5 /build/Makefile | |
parent | 4e2424a3802fc541a9b21ad53981b4725ed70320 (diff) |
Migrate to stable/newton
os-odl_l2_nofeature is now deprecated since new netvirt only supports
odl_l3.
JIRA: APEX-299
Change-Id: I3557ecb85fa4cd11bba96aa9410e56a8e8cceb00
Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'build/Makefile')
-rw-r--r-- | build/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/Makefile b/build/Makefile index d17b8b52..1573ea94 100644 --- a/build/Makefile +++ b/build/Makefile @@ -248,7 +248,7 @@ overcloud-full-clean: .PHONY: overcloud-full overcloud-full: images/overcloud-full.qcow2 -images/overcloud-full.qcow2: tacker-rpm tackerclient-rpm congress-rpm networking-vpp-rpm +images/overcloud-full.qcow2: congress-rpm networking-vpp-rpm @echo "Building the Apex Base Overcloud Image" @./overcloud-full.sh |