summaryrefslogtreecommitdiff
path: root/cloud/centurylink
diff options
context:
space:
mode:
authorRene Moser <mail@renemoser.net>2016-07-08 10:54:31 +0200
committerRene Moser <mail@renemoser.net>2016-07-08 10:54:31 +0200
commit5a3dc054bd897e24749d69da41dcb9168c31c538 (patch)
treefa6758e871ab7587040cb90cf4c3a238d251c4b5 /cloud/centurylink
parent188a01ff1a241fe239516bea603f3e773b23bcd8 (diff)
downloadansible-modules-extras-5a3dc054bd897e24749d69da41dcb9168c31c538.tar.gz
doc: remove common return values from various modules
Diffstat (limited to 'cloud/centurylink')
-rw-r--r--cloud/centurylink/clc_aa_policy.py5
-rw-r--r--cloud/centurylink/clc_alert_policy.py5
-rw-r--r--cloud/centurylink/clc_blueprint_package.py5
-rw-r--r--cloud/centurylink/clc_firewall_policy.py5
-rw-r--r--cloud/centurylink/clc_group.py5
-rw-r--r--cloud/centurylink/clc_loadbalancer.py5
-rw-r--r--cloud/centurylink/clc_modify_server.py5
-rw-r--r--cloud/centurylink/clc_publicip.py5
-rw-r--r--cloud/centurylink/clc_server.py5
-rw-r--r--cloud/centurylink/clc_server_snapshot.py5
10 files changed, 0 insertions, 50 deletions
diff --git a/cloud/centurylink/clc_aa_policy.py b/cloud/centurylink/clc_aa_policy.py
index 75966511..681e71cb 100644
--- a/cloud/centurylink/clc_aa_policy.py
+++ b/cloud/centurylink/clc_aa_policy.py
@@ -100,11 +100,6 @@ EXAMPLES = '''
'''
RETURN = '''
-changed:
- description: A flag indicating if any change was made or not
- returned: success
- type: boolean
- sample: True
policy:
description: The anti affinity policy information
returned: success
diff --git a/cloud/centurylink/clc_alert_policy.py b/cloud/centurylink/clc_alert_policy.py
index a4f07371..b8817b66 100644
--- a/cloud/centurylink/clc_alert_policy.py
+++ b/cloud/centurylink/clc_alert_policy.py
@@ -132,11 +132,6 @@ EXAMPLES = '''
'''
RETURN = '''
-changed:
- description: A flag indicating if any change was made or not
- returned: success
- type: boolean
- sample: True
policy:
description: The alert policy information
returned: success
diff --git a/cloud/centurylink/clc_blueprint_package.py b/cloud/centurylink/clc_blueprint_package.py
index 2b0a9774..4e8a3924 100644
--- a/cloud/centurylink/clc_blueprint_package.py
+++ b/cloud/centurylink/clc_blueprint_package.py
@@ -81,11 +81,6 @@ EXAMPLES = '''
'''
RETURN = '''
-changed:
- description: A flag indicating if any change was made or not
- returned: success
- type: boolean
- sample: True
server_ids:
description: The list of server ids that are changed
returned: success
diff --git a/cloud/centurylink/clc_firewall_policy.py b/cloud/centurylink/clc_firewall_policy.py
index b37123b4..c26128a4 100644
--- a/cloud/centurylink/clc_firewall_policy.py
+++ b/cloud/centurylink/clc_firewall_policy.py
@@ -130,11 +130,6 @@ EXAMPLES = '''
'''
RETURN = '''
-changed:
- description: A flag indicating if any change was made or not
- returned: success
- type: boolean
- sample: True
firewall_policy_id:
description: The fire wall policy id
returned: success
diff --git a/cloud/centurylink/clc_group.py b/cloud/centurylink/clc_group.py
index 01fbbe2e..f30b37d6 100644
--- a/cloud/centurylink/clc_group.py
+++ b/cloud/centurylink/clc_group.py
@@ -112,11 +112,6 @@ EXAMPLES = '''
'''
RETURN = '''
-changed:
- description: A flag indicating if any change was made or not
- returned: success
- type: boolean
- sample: True
group:
description: The group information
returned: success
diff --git a/cloud/centurylink/clc_loadbalancer.py b/cloud/centurylink/clc_loadbalancer.py
index 7771a7ea..abb421c7 100644
--- a/cloud/centurylink/clc_loadbalancer.py
+++ b/cloud/centurylink/clc_loadbalancer.py
@@ -174,11 +174,6 @@ EXAMPLES = '''
'''
RETURN = '''
-changed:
- description: A flag indicating if any change was made or not
- returned: success
- type: boolean
- sample: True
loadbalancer:
description: The load balancer result object from CLC
returned: success
diff --git a/cloud/centurylink/clc_modify_server.py b/cloud/centurylink/clc_modify_server.py
index a7ccbaef..a676248f 100644
--- a/cloud/centurylink/clc_modify_server.py
+++ b/cloud/centurylink/clc_modify_server.py
@@ -155,11 +155,6 @@ EXAMPLES = '''
'''
RETURN = '''
-changed:
- description: A flag indicating if any change was made or not
- returned: success
- type: boolean
- sample: True
server_ids:
description: The list of server ids that are changed
returned: success
diff --git a/cloud/centurylink/clc_publicip.py b/cloud/centurylink/clc_publicip.py
index 12cfda3c..9c21a9a6 100644
--- a/cloud/centurylink/clc_publicip.py
+++ b/cloud/centurylink/clc_publicip.py
@@ -111,11 +111,6 @@ EXAMPLES = '''
'''
RETURN = '''
-changed:
- description: A flag indicating if any change was made or not
- returned: success
- type: boolean
- sample: True
server_ids:
description: The list of server ids that are changed
returned: success
diff --git a/cloud/centurylink/clc_server.py b/cloud/centurylink/clc_server.py
index 42cd70ae..3cb44040 100644
--- a/cloud/centurylink/clc_server.py
+++ b/cloud/centurylink/clc_server.py
@@ -277,11 +277,6 @@ EXAMPLES = '''
'''
RETURN = '''
-changed:
- description: A flag indicating if any change was made or not
- returned: success
- type: boolean
- sample: True
server_ids:
description: The list of server ids that are created
returned: success
diff --git a/cloud/centurylink/clc_server_snapshot.py b/cloud/centurylink/clc_server_snapshot.py
index 6d6963e2..6c7e8920 100644
--- a/cloud/centurylink/clc_server_snapshot.py
+++ b/cloud/centurylink/clc_server_snapshot.py
@@ -94,11 +94,6 @@ EXAMPLES = '''
'''
RETURN = '''
-changed:
- description: A flag indicating if any change was made or not
- returned: success
- type: boolean
- sample: True
server_ids:
description: The list of server ids that are changed
returned: success