924e9d3f02
Change-Id: If6bd13bed00ab954eb2b920dd5f1a59fcbeee736
16 lines
259 B
Puppet
16 lines
259 B
Puppet
# Creates floating networks
|
|
#
|
|
# === Parameters:
|
|
#
|
|
# [*network*]
|
|
# (mandatory) The network name to work on
|
|
#
|
|
define nova::manage::floating (
|
|
$network
|
|
) {
|
|
|
|
include nova::deps
|
|
|
|
warning('The nova::manage::floating class is deprecated and has no effect')
|
|
}
|