Skip to content

Commit

Permalink
Merge pull request #14 from grycap/devel
Browse files Browse the repository at this point in the history
Add IM_NODE_CLOUD_TYPE var
  • Loading branch information
micafer committed Mar 11, 2016
2 parents 7206d3c + 09bab5a commit d30cdd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions IM/ConfManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,7 @@ def generate_inventory(self, tmp_dir):
node_line += ' IM_NODE_DOMAIN=' + nodedom
node_line += ' IM_NODE_NUM=' + str(vm.im_id)
node_line += ' IM_NODE_VMID=' + str(vm.id)
node_line += ' IM_NODE_CLOUD_TYPE=' + vm.cloud.type
node_line += ifaces_im_vars

for app in vm.getInstalledApplications():
Expand Down
2 changes: 1 addition & 1 deletion changelog
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ IM 1.4.3
* Bugfixes to OpenStack connector. Set default values to new versions.
* Add GetVersion function
* Bugfix returning protocol https in REST calls
* Add IM_INFRASTRUCTURE_ID variable
* Add IM_INFRASTRUCTURE_ID and IM_NODE_CLOUD_TYPE variables
* Bugfix in REST API with auth data with new lines
* Bugfix in ansible_executor_v2 with version ansible 2.0.1
* Extract RADL as an external package
Expand Down

0 comments on commit d30cdd8

Please sign in to comment.