Commit Graph

2 Commits

Author SHA1 Message Date
Vipin Balachandran
383c37e0d8 Fix release notes formatting
We use double ticks to format config options, driver FQNs
etc. in few release notes to improve readability. This
patch updates the remaining release notes to follow the
same convention.

Change-Id: Ied4e5e02cc781405206edc2322567e5e5e3e170f
2016-09-14 01:07:38 +05:30
Vipin Balachandran
55b442ce19 VMware: Support for non-default port
Currently the VMDK driver fails to connect to vCenter server
if vCenter is configured to listen to any port other than the
default port 443. This patch fixes it by adding support for a
new config option 'vmware_host_port' which specifies the port
number to connect to vCenter server.

DocImpact
  Added config option 'vmware_host_port' which specifies the
  port number to connect to vCenter server.

Change-Id: I71846cdc09bc1ff2a7e35d45aa7c639c468f1418
Co-Authored-By: Johnson koil raj <johnson.raj@hp.com>
Closes-Bug: #1387074
2016-03-23 09:27:58 +00:00