Skip to content

IM version 1.5.1

Compare
Choose a tag to compare
@micafer micafer released this 23 Feb 14:19
· 7240 commits to master since this release
  • Change DB format. Old 1.5.0 data must be updated. Use the script: db_1_5_0_to_1_5_1.py to update the DB format (if you have installed 1.5.0 version) or db_1_4_to_1_5.py (if you have installed 1.4.X version):
    • Install new IM 1.5.1 version.
    • In case that you were using a DATA_FILE to store the IM data (in case of 1.4.X version), define the DATA_DB in the im.cfg file.
    • Execute the script .
      • In case that you were using a DATA_FILE you have to specify it as the first parameter of the script.
      • If you were using a DATA_DB to store your data this parameter is not needed.
    • The data will be moved to the new format and old data will be renamed as table inf_list_XXXXXX.
  • Error in GCE connector in case of multiples nodes #161
  • OCCI conn must provide ID of the storage and storagelinks #249
  • Add new timeout config value for SSH access #244
  • Error getting provider_id in case that is not specified in the first net #240
  • Check REST API compatibility with new versions of CherryPy #219
  • Update EC2 instance types to new ones #226
  • Improve Error Message for InvalidParameterCombination #228
  • Error in OCCI connection getting VM ID in some OpenStack sites #236
  • Error in OCCI connector on start or stop VMs #234
  • Issue in GCE that removes last line in authorized_keys #229
  • SSL Error in OCCI conector #223
  • Improve load data #200
  • Bug in IM in HA mode getting old data #210
  • Incorrect error message in case of error deleting a SG in EC2 conn #208
  • Error configuring VMs with sudo with password #204
  • InvalidPermission.Duplicate when opening ports for TOSCA Template #203
  • Bootstrap ansible master VM with python if it does not have it installed #201
  • Merge correctly local /etc/hosts with IM generated data enhancement #199