Misc Typo correction (#25025)

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
Abhijeet Kasurde 2017-05-25 19:44:39 +05:30 committed by René Moser
parent 78fff751ab
commit 211d0656f8
2 changed files with 3 additions and 3 deletions

View file

@ -306,7 +306,7 @@ def vca_login(module):
if service_type == 'vchs':
version = '5.6'
elif service_type == 'vcd' and not version:
version == '5.6'
version = '5.6'
vca = VCA(host=host, username=username,
service_type=SERVICE_MAP[service_type],