From 563aeee9221c718b9cf4071699f39c8bbe042506 Mon Sep 17 00:00:00 2001 From: JJ Asghar Date: Mon, 27 Apr 2015 14:36:09 -0500 Subject: [PATCH] Removed some typos This was a followup from https://review.openstack.org/#/c/172192/ Removed the not-required in nova_server.rb and updated to the correct bento box. Change-Id: I73cd8e9b8bc63d8763045dcaf99f032947191f2d --- .kitchen.yml | 2 +- providers/nova_server.rb | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.kitchen.yml b/.kitchen.yml index a190867..bf09596 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -8,7 +8,7 @@ provisioner: platforms: - name: ubuntu-14.04 - name: centos-6.6 - - name: centos-7.0 + - name: centos-7.1 suites: - name: default diff --git a/providers/nova_server.rb b/providers/nova_server.rb index ccefef9..0bde1bd 100644 --- a/providers/nova_server.rb +++ b/providers/nova_server.rb @@ -16,9 +16,6 @@ # limitations under the License. # -require 'tempfile' -require 'chef/digester' - include Openstack::Client::Nova def whyrun_supported?