Updated fabric-interfaces config description
 Removed unused imports
This commit is contained in:
Junaid Ali 2016-06-19 23:54:39 +05:00
parent a3da099ebe
commit caacd59ab4
2 changed files with 1 additions and 4 deletions

View File

@ -18,8 +18,7 @@ options:
type: string type: string
description: | description: |
Interfaces that will provide fabric connectivity on the gateway nodes. Interfaces that will provide fabric connectivity on the gateway nodes.
Provided in form of json in a string. These interfaces have to be connected Provided in form of json in a string. Default value is MANAGEMENT which
to the os-data-network specified in the config. Default value is MANAGEMENT which
will configure the management interface as the fabric interface on each will configure the management interface as the fabric interface on each
director. director.
network-device-mtu: network-device-mtu:

View File

@ -23,8 +23,6 @@ from charmhelpers.contrib.network.ip import (
get_iface_from_addr, get_iface_from_addr,
get_bridges, get_bridges,
get_bridge_nics, get_bridge_nics,
is_address_in_network,
get_iface_addr
) )
from charmhelpers.core.host import ( from charmhelpers.core.host import (
write_file, write_file,