Changes:
Updated fabric-interfaces config description Removed unused imports
This commit is contained in:
parent
fe24970621
commit
de1a768e97
@ -24,8 +24,7 @@ options:
|
||||
type: string
|
||||
description: |
|
||||
Interfaces that will provide fabric connectivity on the director nodes.
|
||||
Provided in form of json in a string. These interfaces have to be connected
|
||||
to the os-data-network specified in the config. Default value is MANAGEMENT which
|
||||
Provided in form of json in a string. Default value is MANAGEMENT which
|
||||
will configure the management interface as the fabric interface on each
|
||||
director.
|
||||
network-device-mtu:
|
||||
|
@ -24,8 +24,6 @@ from charmhelpers.contrib.network.ip import (
|
||||
get_bridges,
|
||||
get_bridge_nics,
|
||||
is_ip,
|
||||
is_address_in_network,
|
||||
get_iface_addr
|
||||
)
|
||||
from charmhelpers.core.host import (
|
||||
service_start,
|
||||
|
Loading…
x
Reference in New Issue
Block a user