summaryrefslogtreecommitdiffstats
path: root/roles/lib_openshift/src/doc
diff options
context:
space:
mode:
authorKenny Woodson <kwoodson@redhat.com>2017-01-31 14:21:34 -0500
committerKenny Woodson <kwoodson@redhat.com>2017-02-01 14:51:57 -0500
commit9ef0eb0e1e25b2f4cf6c3cc72d838edf1cfafdf5 (patch)
tree514d0d456dcf4f7a209c56497b04d7f09426a798 /roles/lib_openshift/src/doc
parent7767df1e42e71f992b706e225e677b666a032141 (diff)
downloadopenshift-9ef0eb0e1e25b2f4cf6c3cc72d838edf1cfafdf5.tar.gz
openshift-9ef0eb0e1e25b2f4cf6c3cc72d838edf1cfafdf5.tar.bz2
openshift-9ef0eb0e1e25b2f4cf6c3cc72d838edf1cfafdf5.tar.xz
openshift-9ef0eb0e1e25b2f4cf6c3cc72d838edf1cfafdf5.zip
Fixing copy pasta comments. Fixed required in docs.
Diffstat (limited to 'roles/lib_openshift/src/doc')
-rw-r--r--roles/lib_openshift/src/doc/service5
1 files changed, 3 insertions, 2 deletions
diff --git a/roles/lib_openshift/src/doc/service b/roles/lib_openshift/src/doc/service
index adc2ad949..418f91dc5 100644
--- a/roles/lib_openshift/src/doc/service
+++ b/roles/lib_openshift/src/doc/service
@@ -11,7 +11,7 @@ options:
state:
description:
- State represents whether to create, modify, delete, or list
- required: true
+ required: False
default: present
choices: ["present", "absent", "list"]
aliases: []
@@ -59,7 +59,8 @@ options:
aliases: []
portalip:
description:
- - The portal ip address to use with this service.
+ - The portal ip(virtual ip) address to use with this service.
+ - "https://docs.openshift.com/enterprise/3.0/architecture/core_concepts/pods_and_services.html#services"
required: false
default: None
aliases: []