Fixes a couple puppet lint warnings

"top-scope variable being used without an explicit namespace"

Change-Id: If9d537947e6031d4a0795d471305e8aba08fe681
This commit is contained in:
Logan McNaughton
2013-07-29 17:31:20 +00:00
parent ba593d5d3c
commit be9d70e341
3 changed files with 3 additions and 1 deletions

View File

@@ -149,6 +149,7 @@ class openstack::all (
$nova_db_user = 'nova', $nova_db_user = 'nova',
$nova_db_dbname = 'nova', $nova_db_dbname = 'nova',
$purge_nova_config = false, $purge_nova_config = false,
$libvirt_vif_driver = 'nova.virt.libvirt.vif.LibvirtGenericVIFDriver',
$enabled_apis = 'ec2,osapi_compute,metadata', $enabled_apis = 'ec2,osapi_compute,metadata',
# Virtualization # Virtualization
$libvirt_type = 'kvm', $libvirt_type = 'kvm',

View File

@@ -265,7 +265,7 @@ class openstack::compute (
setup_test_volume => $setup_test_volume, setup_test_volume => $setup_test_volume,
rbd_user => $cinder_rbd_user, rbd_user => $cinder_rbd_user,
rbd_pool => $cinder_rbd_pool, rbd_pool => $cinder_rbd_pool,
rbd_secret_uuid => $cinter_rbd_secret_uuid, rbd_secret_uuid => $cinder_rbd_secret_uuid,
volume_driver => $cinder_volume_driver, volume_driver => $cinder_volume_driver,
} }

View File

@@ -67,6 +67,7 @@ class openstack::provision(
## Tempest ## Tempest
$configure_tempest = false, $configure_tempest = false,
$identity_uri = undef, $identity_uri = undef,
$tempest_repo_uri = 'git://github.com/openstack/tempest.git',
$tempest_clone_path = '/var/lib/tempest', $tempest_clone_path = '/var/lib/tempest',
$tempest_clone_owner = 'root', $tempest_clone_owner = 'root',
$setup_venv = false, $setup_venv = false,