Skip to content

Commit

Permalink
Removed oadm_ references in doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenny Woodson committed Feb 21, 2017
1 parent b21a62a commit 86eae32
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion roles/lib_openshift/library/oc_adm_registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@

EXAMPLES = '''
- name: create a secure registry
oadm_registry:
oc_adm_registry:
name: docker-registry
service_account: registry
replicas: 2
Expand Down
2 changes: 1 addition & 1 deletion roles/lib_openshift/library/oc_adm_router.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@

EXAMPLES = '''
- name: create routers
oadm_router:
oc_adm_router:
name: router
service_account: router
replicas: 2
Expand Down
2 changes: 1 addition & 1 deletion roles/lib_openshift/src/doc/registry
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ extends_documentation_fragment: []

EXAMPLES = '''
- name: create a secure registry
oadm_registry:
oc_adm_registry:
name: docker-registry
service_account: registry
replicas: 2
Expand Down
2 changes: 1 addition & 1 deletion roles/lib_openshift/src/doc/router
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ extends_documentation_fragment:

EXAMPLES = '''
- name: create routers
oadm_router:
oc_adm_router:
name: router
service_account: router
replicas: 2
Expand Down

0 comments on commit 86eae32

Please sign in to comment.