Merge pull request #41890 from cachedout/locale_doc

Locale doc
This commit is contained in:
Mike Place 2017-06-22 12:34:46 -05:00 committed by GitHub
commit c89cd2a4bf

View file

@ -4,19 +4,14 @@
Salt 2017.7.0 Release Notes - Codename Nitrogen
===============================================
============
Known Issues
============
The following salt-cloud drivers have known issues running with Python 3. These drivers will not work with Python 3, and Python 2.7 should be used instead:
- Joyent
- Any driver that relies on the `apache-libcloud` library such as cloudstack, dimenstiondata, gce, nova, and openstack
========
Python 3
========
The 2017.7 Salt Release adds initial Python 3 support. The default Python version of Salt will remain Python 2, although Python 3 packages will be supplied for users who want to help test this new feature.
The 2017.7 Salt Release adds initial Python 3 support.
The default Python version of Salt will remain Python 2, although Python 3 packages will be supplied for users who want to help test this new feature.
======================
Python 2.6 Deprecation
@ -26,6 +21,18 @@ Salt will no longer support Python 2.6. We will provide python2.7 packages on ou
.. _repo: https://repo.saltstack.com/
============
Known Issues
============
The following salt-cloud drivers have known issues running with Python 3. These drivers will not work with Python 3, and Python 2.7 should be used instead:
- Joyent
- Any driver that relies on the `apache-libcloud` library such as cloudstack, dimenstiondata, gce, nova, and openstack
- When running under Python 3, users who require Unicode support should ensure that a locale is set on their machines.
Users using the `C` locale are advised to switch to a UTF-aware locale to ensure proper functionality with Salt with Python 3.
States Added for Management of systemd Unit Masking
===================================================