Index: state/api/params/params.go |
=== modified file 'state/api/params/params.go' |
--- state/api/params/params.go 2014-03-26 07:01:48 +0000 |
+++ state/api/params/params.go 2014-03-26 09:49:29 +0000 |
@@ -149,6 +149,10 @@ |
ConfigYAML string // Takes precedence over config if both are present. |
Constraints constraints.Value |
ToMachineSpec string |
+ // The following fields are supported from 1.17.7 onwards and |
+ // ignored before that. |
+ IncludeNetworks []string |
+ ExcludeNetworks []string |
} |
// ServiceUpdate holds the parameters for making the ServiceUpdate call. |