diff --git a/manifests/api.pp b/manifests/api.pp index 4db8cf7a..8dbbf61d 100644 --- a/manifests/api.pp +++ b/manifests/api.pp @@ -555,7 +555,9 @@ class glance::api( $auth_uri_real = pick($auth_uri, $::glance::api::authtoken::auth_uri) $defaults = { 'glance-api' => { + # lint:ignore:140chars 'command' => "glance --os-auth-url ${auth_uri_real} --os-project-name ${keystone_tenant_real} --os-username ${keystone_username_real} --os-password ${keystone_password_real} image-list", + # lint:endignore } } $validation_options_hash = merge ($defaults, $validation_options) diff --git a/manifests/params.pp b/manifests/params.pp index cf7c595e..1519709b 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -32,7 +32,8 @@ class glance::params { $pyceph_package_name = 'python-ceph' } default: { - fail("Unsupported osfamily: ${::osfamily} operatingsystem: ${::operatingsystem}, module ${module_name} only support osfamily RedHat and Debian") + fail("Unsupported osfamily: ${::osfamily} operatingsystem: ${::operatingsystem}, \ + module ${module_name} only support osfamily RedHat and Debian") } } diff --git a/tests/site.pp b/tests/site.pp index 032cb348..85e275cf 100644 --- a/tests/site.pp +++ b/tests/site.pp @@ -1,9 +1,8 @@ - # uses the keystone packages # to ensure that we use the latest precise packages Exec { logoutput => 'on_failure' } -node glance_keystone_mysql { +node 'glance_keystone_mysql' { class { '::mysql::server': } class { '::keystone': debug => true,