From 7c3fd05f986a7b46a905fcc58e7373b96cf9afb6 Mon Sep 17 00:00:00 2001 From: Ihar Hrachyshka Date: Wed, 24 May 2017 11:37:17 -0700 Subject: [PATCH] Added neutronclient dependency Without that, we hit ImportError when calling to build-nodes-json, apparently because openstack-virtual-baremetal is not installed with pip. Change-Id: If34ca27f64e56fe82bea4f972305d541e8f65972 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 0e6db9d19..a744a2b67 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,6 @@ netaddr>=0.7.18 pbr>=1.6 setuptools>=11.3 shade>=1.8.0 +python-neutronclient python-openstackclient python-heatclient