diff options
Diffstat (limited to 'cloud/cloudstack/cs_instance.py')
| -rw-r--r-- | cloud/cloudstack/cs_instance.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cloud/cloudstack/cs_instance.py b/cloud/cloudstack/cs_instance.py index 03c703c4..49fb2132 100644 --- a/cloud/cloudstack/cs_instance.py +++ b/cloud/cloudstack/cs_instance.py @@ -263,7 +263,7 @@ EXAMPLES = ''' service_offering: Tiny ip_to_networks: - {'network': NetworkA, 'ip': '10.1.1.1'} - - {'network': NetworkB, 'ip': '192.168.1.1'} + - {'network': NetworkB, 'ip': '192.0.2.1'} # Ensure an instance is stopped - local_action: cs_instance name=web-vm-1 state=stopped |
