Skip to content

Commit

Permalink
Corrected the indentation error
Browse files Browse the repository at this point in the history
Closes-bug: 1462297

Change-Id: I05e6a91b09655fe3aefbe861ab3321e9da74a8f3
  • Loading branch information
pbharat authored and vmahuli committed Jun 5, 2015
1 parent df0c998 commit bce0e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fabfile/utils/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def get_compute_pkgs(manage_nova_compute='yes'):
#else:
# pkgs = [contrail_vrouter_pkg, 'contrail-openstack-vrouter']

pkgs = [contrail_vrouter_pkg, 'contrail-openstack-vrouter']
pkgs = [contrail_vrouter_pkg, 'contrail-openstack-vrouter']

# Append only vrouter and contrail vrouter dependent packages
# no need to append the contrail-openstack-vrouter, which when
Expand Down

0 comments on commit bce0e1b

Please sign in to comment.