aboutsummaryrefslogtreecommitdiffstats
path: root/docs/oom_quickstart_guide.rst
AgeCommit message (Expand)AuthorFilesLines
2020-05-06Ingress quick start guide noticeLucjan Bryndza1-0/+4
2020-04-15Merge "[DOC] Update documentation for Frankfurt"Krzysztof Opasiak1-9/+21
2020-04-15[DOC] Update documentation for FrankfurtSylvain Desbureaux1-9/+21
2020-04-09Automation adds oom_project_description.rstJessica Wagantall1-1/+1
2019-11-15docs: Mark filenames and inline codePawel Wieczorek1-20/+20
2019-11-15docs: Use definition list syntax to clarify termsPawel Wieczorek1-21/+15
2019-11-15docs: Enclose all snippets in code blocksPawel Wieczorek1-20/+17
2019-11-15docs: Ensure literalinclude directive renderingPawel Wieczorek1-0/+2
2019-11-15docs: Replace include directives for non existent filePawel Wieczorek1-1/+1
2019-10-03Updated docs to ref 5.0.1-ONAP tagMike Elliott1-2/+2
2019-10-02Updated software versions for El AltoMike Elliott1-1/+5
2019-07-13Update for Keystone v3Brian Freeman1-3/+45
2019-07-09Update quickstart guideMike Elliott1-7/+25
2019-07-02Update quickstart guideMike Elliott1-11/+3
2019-06-06Add quickstart guide correctionsMike Elliott1-1/+2
2019-05-09Add doc guide fixesMike Elliott1-12/+20
2019-05-08Add HA k8s documentationMike Elliott1-5/+5
2019-04-17Update Quick Install DOCBrian Freeman1-16/+85
2019-01-23docs: Ensure literal block renderingPawel Wieczorek1-1/+3
2018-11-28Update OOM docs for CasablancaMike Elliott1-118/+15
2018-08-14Fix note on openStackEncryptedPasswordAbdelmuhaimen Seaudi1-2/+2
2018-07-26Add note on openStackEncryptedPasswordAbdelmuhaimen Seaudi1-0/+7
2018-06-07Update documentation to clone from beijing branchRoger Maitland1-1/+1
2018-03-29Fixed typo in quickstart guideRoger Maitland1-1/+1
2018-03-27Reordered instructions, - files, + exampleRoger Maitland1-6/+6
2018-03-26Update quick start guide with current limitationsRoger Maitland1-24/+27
2018-03-22Adding Beijing DocumentationRoger Maitland1-0/+173
pan class="nb">list): param = param[0] if isinstance(param, str) and case_mismatch(vm_type, param): bad[(rid, vm_type)].append((prop, param)) msg = 'vm-type/parameter case mis-match %s' \ % '; '.join('resource: %s vm-type: %s %s' % (k[0], k[1], ', '.join('%s: %s' % i for i in v)) for (k, v) in bad.items()) assert not bad, msg