diff options
author | Bin Yang <bin.yang@windriver.com> | 2019-08-16 09:06:09 +0000 |
---|---|---|
committer | Bin Yang <bin.yang@windriver.com> | 2019-08-16 09:06:09 +0000 |
commit | cde71305ed9fe774f62a9c0ee34573f8905b5ce0 (patch) | |
tree | 77fd2766443853858ef95bcff9facf2e29c69ad0 /pike/requirements.txt | |
parent | 5e9eb464560f2b7f764d6d2f97052c6d45cba634 (diff) |
Make docker building rely on local artifacts
Change-Id: I6297a9b4f8c46b7d44fed9c5762e936cb76f7e91
Issue-ID: MULTICLOUD-702
Signed-off-by: Bin Yang <bin.yang@windriver.com>
Diffstat (limited to 'pike/requirements.txt')
-rw-r--r-- | pike/requirements.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pike/requirements.txt b/pike/requirements.txt index 3c9eda48..6fbbf07a 100644 --- a/pike/requirements.txt +++ b/pike/requirements.txt @@ -22,11 +22,11 @@ httplib2==0.13.0 # for call openstack auth and transport api keystoneauth1==2.18.0 -#python-memcached +# python-memcached python-memcached -#uwsgi for parallel processing -uwsgi +# uwsgi for parallel processing +# uwsgi # for unit test # coverage==4.2 |