summaryrefslogtreecommitdiffstats
path: root/docs/how-to-use/LibraryUsage.rst
AgeCommit message (Collapse)AuthorFilesLines
2017-07-31Attempt to fix domain support.spisarski1-0/+2
The prior code treated *_domain_name & *_domain_id the same where the ID was taken first and the name was used as the fallback which was incorrect. This patch treats the name and ID fields as separate members. JIRA: SNAPS-154 Change-Id: I5219863de597c4db24579f4af74ece2d648b2b07 Signed-off-by: spisarski <s.pisarski@cablelabs.com>
2017-07-26Updated docs for the OSCreds classspisarski1-1/+2
JIRA: SNAPS-122 Change-Id: Id57f8830f7e87c513179de307130c76cb28f22a8 Signed-off-by: spisarski <s.pisarski@cablelabs.com>
2017-07-24Updated docs.spisarski1-0/+5
JIRA: SNAPS-122 Change-Id: I499971ac47c5d6b15d7895f1a7abc3a3e8290b3b Signed-off-by: spisarski <s.pisarski@cablelabs.com>
2017-06-29FIX mistake in import keypairboucherv1-1/+1
Change-Id: I3d0a3111efcb4200c9b867663a45c07a3b47c09d Signed-off-by: boucherv <valentin.boucher@orange.com>
2017-04-06Call to ansible_utils.apply_playbook needed named paramteters.spisarski1-2/+3
Change-Id: I4454a0598df4e630a4588f7c0d4af108e8747a46 Signed-off-by: spisarski <s.pisarski@cablelabs.com>
2017-03-29Correcting minor issues with the documentationrandyl1-15/+12
Correcting some formatting and minor content changes. Change-Id: Idf75e8c6985bae9a2df26c54c559a20d46b6ac1f Signed-off-by: randyl <r.levensalor@cablelabs.com>
2017-03-03Fixed docs build and examplesrandyl1-0/+503
Modified index.rst to include the other docs. Removed redundnat items. Cleaned up the examples. JIRA: SNAPS-41 Change-Id: I7058f1604135f6a2af0376d7b3d2ebc7bafd63e7 Signed-off-by: randyl <r.levensalor@cablelabs.com>