From 5852897344fe0c90578fd6817c42aaea4c9b5fac Mon Sep 17 00:00:00 2001 From: Benjamin Diaz Date: Wed, 12 Jun 2019 16:23:56 -0300 Subject: [PATCH] Source Dockerfile now points to master for N2VC and osm-common allowing better dev testing Change-Id: Iab1f4c0fc761efe9eb7d1aa3fe184fac604ad2a2 Signed-off-by: Benjamin Diaz --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index d1436d8..6215643 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,5 +32,5 @@ python-ceilometerclient==2.9.* peewee-migrate==1.1.* python-novaclient==12.0.* python-neutronclient==5.1.* -git+https://osm.etsi.org/gerrit/osm/common.git@v5.0#egg=osm-common -git+https://osm.etsi.org/gerrit/osm/N2VC.git@v5.0#egg=n2vc +git+https://osm.etsi.org/gerrit/osm/common.git#egg=osm-common +git+https://osm.etsi.org/gerrit/osm/N2VC.git#egg=n2vc -- 2.17.1