Takashi Kajinami 924e9d3f02 Deprecate floating ip pool management for nova-network
Change-Id: If6bd13bed00ab954eb2b920dd5f1a59fcbeee736
2020-08-27 08:48:54 +09:00

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')
}