memcached (openstack) is no longer in use
[mirror/dsa-puppet.git] / 3rdparty / modules / keystone / spec / classes / keystone_db_mysql_spec.rb
index f20ea9b..f032aa9 100644 (file)
@@ -20,12 +20,13 @@ describe 'keystone::db::mysql' do
   end
 
   describe 'with only required params' do
-    it { should contain_openstacklib__db__mysql('keystone').with(
+    it { is_expected.to contain_openstacklib__db__mysql('keystone').with(
       'user'          => 'keystone',
       'password_hash' => '*B552157B14BCEDDCEAA06767A012F31BDAA9CE3D',
       'dbname'        => 'keystone',
       'host'          => '127.0.0.1',
-      'charset'       => 'utf8'
+      'charset'       => 'utf8',
+      :collate        => 'utf8_general_ci',
     )}
   end