Remove Salt deprecations and switch tests to Salt 2017.7

Change-Id: I55f4939c519710a2855ae5e0130cf7bee204b419
diff --git a/.kitchen.yml b/.kitchen.yml
index 7afab55..a14a20a 100644
--- a/.kitchen.yml
+++ b/.kitchen.yml
@@ -40,9 +40,9 @@
   sudo: true
 
 platforms:
-  - name: <%=ENV['PLATFORM'] || 'ubuntu-xenial'%>
+  - name: <%=ENV['PLATFORM'] || 'ubuntu-xenial-2017.7'%>
     driver_config:
-      image: <%=ENV['PLATFORM'] || 'trevorj/salty-whales:xenial'%>
+      image: <%=ENV['PLATFORM'] || 'trevorj/salty-whales:xenial-2017.7'%>
       platform: ubuntu
 
 suites: