diff options
author | Stamatis Katsaounis <mokats@intracom-telecom.com> | 2019-03-04 16:12:10 +0200 |
---|---|---|
committer | Dan Xu <xudan16@huawei.com> | 2019-03-18 02:29:02 +0000 |
commit | ef2d5282306a277e591aa3c355277c6f158d8e76 (patch) | |
tree | 9f2bdf2bf77e1cfd08a058eaa696b0ed673b67fe /requirements.txt | |
parent | 1540d41ec9291d61c1cd5b5d2f347d1d8f9c3dbe (diff) |
Replace subprocess commands with Docker SDK
JIRA: DOVETAIL-752
This patch replaces all python subprocess commands with the
Docker SDK relevant commands.
Change-Id: Iac7caffd80a863a8a022247d735b2a7f2792e49d
Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com>
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index b79c1b64..7f95c60e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,3 +6,4 @@ pbr==3.1.1 python-hosts==0.4.1 PyYAML==3.12 shade==1.27.2 +docker==3.4.1 |