Skip to content

Commit

Permalink
Remove deprecated vsphere cloud driver in Carbon release
Browse files Browse the repository at this point in the history
This driver has been marked for deprecation and removal in Carbon.
Release notes were updated accordingly.

Users will need to use the vmware cloud driver instead.
  • Loading branch information
rallytime committed Aug 5, 2016
1 parent 05a79a5 commit 9216e8a
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 1,071 deletions.
6 changes: 0 additions & 6 deletions doc/.tx/config
Original file line number Diff line number Diff line change
Expand Up @@ -3662,12 +3662,6 @@ source_file = _build/locale/ref/clouds/all/salt.cloud.clouds.softlayer_hw.pot
source_lang = en
source_name = ref/clouds/all/salt.cloud.clouds.softlayer_hw.rst

[salt.ref--clouds--all--salt_cloud_clouds_vsphere]
file_filter = locale/<lang>/LC_MESSAGES/ref/clouds/all/salt.cloud.clouds.vsphere.po
source_file = _build/locale/ref/clouds/all/salt.cloud.clouds.vsphere.pot
source_lang = en
source_name = ref/clouds/all/salt.cloud.clouds.vsphere.rst

[salt.ref--configuration--index]
file_filter = locale/<lang>/LC_MESSAGES/ref/configuration/index.po
source_file = _build/locale/ref/configuration/index.pot
Expand Down
1 change: 0 additions & 1 deletion doc/ref/clouds/all/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,3 @@ Full list of Salt Cloud modules
softlayer_hw
virtualbox
vmware
vsphere
6 changes: 0 additions & 6 deletions doc/ref/clouds/all/salt.cloud.clouds.vsphere.rst

This file was deleted.

3 changes: 3 additions & 0 deletions doc/topics/releases/carbon.rst
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,9 @@ Deprecations
# will result in refresh evaluating to True and saltenv likely not being a string at all
fcn('add more salt', 'prod', False)
- The ``vsphere`` cloud driver has been removed. Please use the ``vmware`` cloud driver
instead.

- The ``boto_vpc`` execution module had two functions removed,
``boto_vpc.associate_new_dhcp_options_to_vpc`` and
``boto_vpc.associate_new_network_acl_to_subnet`` in favor of more concise function
Expand Down
Loading

0 comments on commit 9216e8a

Please sign in to comment.