Skip to content

Commit

Permalink
Merge pull request #114 from grycap/devel
Browse files Browse the repository at this point in the history
Devel
  • Loading branch information
micafer authored Nov 14, 2016
2 parents fbda6a4 + 2e6d723 commit be78de2
Show file tree
Hide file tree
Showing 4 changed files with 576 additions and 11 deletions.
2 changes: 1 addition & 1 deletion IM/ConfManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -1373,7 +1373,7 @@ def configure_ansible(self, ssh, tmp_dir):
' when: ansible_os_family == "Debian"\n')

recipe_out.write(
" - name: Install the % role with ansible-galaxy\n" % rolename)
" - name: Install the %s role with ansible-galaxy\n" % rolename)
recipe_out.write(
" command: ansible-galaxy -f install %s\n" % url)

Expand Down
2 changes: 2 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
Expand Up @@ -234,3 +234,5 @@ IM 1.4.8
* Bugfix mapping ips to RADL networks in OpenStack and OpenNebula connectors
* Bugfixes in OpenStack connector
* Bugfixes in REST API not multithreaded
* Bugfixes Error installing IM using pip in Ubuntu 16
* Set restrictive permissions in the master VM data dir
Loading

0 comments on commit be78de2

Please sign in to comment.