fix lint issues
Signed-off-by: Emilien Macchi <emilien.macchi@enovance.com>
This commit is contained in:
		| @@ -145,7 +145,7 @@ Host * | |||||||
|   } |   } | ||||||
|  |  | ||||||
|   class { 'nova::compute::libvirt': |   class { 'nova::compute::libvirt': | ||||||
|     libvirt_type      => $libvirt_type, |     libvirt_type            => $libvirt_type, | ||||||
|     # Needed to support migration but we still use Spice: |     # Needed to support migration but we still use Spice: | ||||||
|     vncserver_listen        => '0.0.0.0', |     vncserver_listen        => '0.0.0.0', | ||||||
|     migration_support       => true, |     migration_support       => true, | ||||||
|   | |||||||
| @@ -125,11 +125,11 @@ class cloud::network( | |||||||
|   } |   } | ||||||
|  |  | ||||||
|   # TODO(EmilienM), Temporary, it's a bug in Debian packages. GH#342 |   # TODO(EmilienM), Temporary, it's a bug in Debian packages. GH#342 | ||||||
|   file { "/var/lib/neutron": |   file { '/var/lib/neutron': | ||||||
|       ensure => "directory", |       ensure => 'directory', | ||||||
|       owner  => "neutron", |       owner  => 'neutron', | ||||||
|       group  => "neutron", |       group  => 'neutron', | ||||||
|       mode   => 755, |       mode   => '0755' | ||||||
|   } |   } | ||||||
|  |  | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Emilien Macchi
					Emilien Macchi