Public interface field removed from settings

The plugin settings input "contrail_public_if" removed, as it is not
used anymore, and was kept only for compartibility reasons.

Change-Id: I231c140bb51b88f244dc71c12d8532cbd631b1ce
This commit is contained in:
Oleksandr Martsyniuk
2015-06-10 09:59:27 +03:00
parent 1f5a898b50
commit c30173534f

View File

@@ -49,12 +49,3 @@ attributes:
regex:
source: '^(?:\d|1?\d\d|2[0-4]\d|25[0-5])(?:\.(?:\d|1?\d\d|2[0-4]\d|25[0-5])){3}(?:,\s*(?:\d|1?\d\d|2[0-4]\d|25[0-5])(?:\.(?:\d|1?\d\d|2[0-4]\d|25[0-5])){3})*$'
error: "Invalid IP address list"
contrail_public_if:
value: ''
label: 'Public interface'
description: 'Interface must match to Nodes->Configure interfaces->Public'
weight: 60
type: "text"
regex:
source: '^eth((?:\d{1,2})|(?:\d{1,2}\.\d{1,4}))$'
error: "Invalid interface name"