diff options
| author | Paul Buetow (lxpbuetow.webde.local) <paul.buetow@1und1.de> | 2014-07-30 15:23:14 +0200 |
|---|---|---|
| committer | Paul Buetow (lxpbuetow.webde.local) <paul.buetow@1und1.de> | 2014-07-30 15:23:14 +0200 |
| commit | d37193e887b48ca4b7d5d3ddec6475c07979b40f (patch) | |
| tree | 5daeabc38830ad0972799b90abac160e11d8a574 | |
| parent | 10431377eb507fd42e644e74e450df8ca151ca03 (diff) | |
You will be the last person to buy a Chrysler.1.0.0
| -rwxr-xr-x | src/fapi | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -130,12 +130,12 @@ class FapiBase(object): ' -f Common -b balancer.example.com vlan NAME create tagged VLANID internal|external|...', ' -f Common -b balancer.example.com vlan NAME delete', ' -f Common -b balancer.example.com vlan NAME get detail', - ' -f Common -b balancer.example.com hagroup', - ' -f Common -b balancer.example.com hagroup NAME create|delete', - ' -f Common -b balancer.example.com hagroup NAME add trunk TRUNKNAME WEIGHT THRESHOLD', - ' -f Common -b balancer.example.com hagroup NAME remove trunk TRUNKNAME', - ' -f Common -b balancer.example.com hagroup NAME set trunk threshold TRUNKNAME THRESHOLD', - ' -f Common -b balancer.example.com tgroup NAME set hagroup HAGROUPNAME', + ' -f Common -b balancer.example.com ha_group', + ' -f Common -b balancer.example.com ha_group NAME create|delete', + ' -f Common -b balancer.example.com ha_group NAME add trunk TRUNKNAME WEIGHT THRESHOLD', + ' -f Common -b balancer.example.com ha_group NAME remove trunk TRUNKNAME', + ' -f Common -b balancer.example.com ha_group NAME set trunk threshold TRUNKNAME THRESHOLD', + ' -f Common -b balancer.example.com tgroup NAME set ha_group HAGROUPNAME', ' -f Common tgroup', ' -f Common tgroup NAME add ha_order DEVICE ORDER', ' -f Common tgroup NAME create', @@ -889,7 +889,7 @@ class Fapi(FapiBase): return self.__do_vlan(lambda: self._f5.Networking.VLAN) elif a.what == 'selfip': return self.__do_selfip(lambda: self._f5.Networking.SelfIPV2) - elif a.what == 'hagroup': + elif a.what == 'ha_group': return self.__do_hagroup(lambda: self._f5.System.HAGroup) elif a.what == 'tgroup': return self.__do_tgroup(lambda: self._f5.Management.TrafficGroup) |
