aboutsummaryrefslogtreecommitdiffstats
path: root/opnfv/deployment/fuel/adapter.py
diff options
context:
space:
mode:
Diffstat (limited to 'opnfv/deployment/fuel/adapter.py')
-rw-r--r--opnfv/deployment/fuel/adapter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/opnfv/deployment/fuel/adapter.py b/opnfv/deployment/fuel/adapter.py
index a71d6cb..a217767 100644
--- a/opnfv/deployment/fuel/adapter.py
+++ b/opnfv/deployment/fuel/adapter.py
@@ -176,7 +176,7 @@ class FuelAdapter(manager.DeploymentHandler):
return version
def get_sdn_version(self):
- cmd = "apt-cache show opendaylight|grep Version"
+ cmd = "apt-cache policy opendaylight|grep Installed"
version = None
for node in self.nodes:
if manager.Role.ODL in node.roles and node.is_active():