Skip to content

Commit

Permalink
Bump openstack deprecation notice to Oxygen (#39067)
Browse files Browse the repository at this point in the history
I spoke with @gtmanfred and this isn't ready to be removed just yet,
so we're bumping the removal to Oxygen.
  • Loading branch information
Nicole Thomas committed Jan 31, 2017
1 parent a24af5a commit 122422b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions salt/cloud/clouds/openstack.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,9 +222,9 @@ def __virtual__():
return False

salt.utils.warn_until(
'Carbon',
'Oxygen',
'This driver has been deprecated and will be removed in the '
'Carbon release of Salt. Please use the nova driver instead.'
'{version} release of Salt. Please use the nova driver instead.'
)

return __virtualname__
Expand Down

0 comments on commit 122422b

Please sign in to comment.