Browse Source

Change OpenStack inventory to python2

For distribution who ship python3 as default python, it breaks the
inventory script as it is not compatible with python3.
pull/2052/head
ArchiFleKs 7 years ago
parent
commit
5e3fd2253f
1 changed files with 1 additions and 1 deletions
  1. 2
      contrib/terraform/terraform.py

2
contrib/terraform/terraform.py

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python2
#
# Copyright 2015 Cisco Systems, Inc.
#

Loading…
Cancel
Save