summaryrefslogtreecommitdiff
path: root/doc/source
Commit message (Collapse)AuthorAgeFilesLines
* Retire projectAkihiro Motoki2017-12-2310-739/+0
| | | | | | | | | In Queens development cycle, openstack_auth code was merged into the horizon repository. blueprint merge-openstack-auth Change-Id: I74b10a90fe79fc768cfb8de6f68d3cd2f4938e51
* Add support for policy directories per serviceMathieu Gagné2017-08-171-0/+17
| | | | | | | | This change introduces the POLICY_DIRS setting which adds the ability to define multiple policy directories per service. Blueprint: policy-dirs Change-Id: Ie42f1aa68539b7388661ddfe2c265255cd574736
* Allow for manual setting of default service region in configTimur Sufiev2017-07-101-0/+22
| | | | | | | | | | | In case DEFAULT_SERVICE_REGIONS setting in Horizon config is specified (on a per-endpoint basis), use it instead of a value stored in cookies. This value is still checked for sanity, i.e. it should be present in Keystone service catalog. Change-Id: Ia4787b56db7ce7787bd8aac21b5c0ec8a95a6f09 Related-Bug: #1506825 Closes-Bug: #1703390
* Migrate settings on a feature merged recentlyAkihiro Motoki2017-07-051-0/+27
| | | | | | | | | | Recently the support for domain drop-down menu at login was merged into django_openstack_auth and the corresponding settings docs were merged into horizon. This commit migrates the settings docs from horizon as we recently moved django_openstack_auth settings into the in-tree docuemnt. Change-Id: Idc84a2535c1918079c6dcba09aef9110cf9be7df
* doc: Add configuration referenceAkihiro Motoki2017-06-302-0/+377
| | | | | | | | | | | Previously most (not all) openstack_auth configuration options are documented in the horizon documentation. It would be nice if we have the config reference in the same repo so that we can easily manage the contents. Horizon document will be updated to refer to this. Change-Id: Ie1986a77bc5d69e27ae52f3b59377a41c3462e2b
* doc: cleanup doc build configurationAkihiro Motoki2017-06-303-81/+4
| | | | | | | | | | | * Populate doc build timestamp * Fix the title of reference/user.rst as openstackdocstheme does not handle a title string with backquoted string in the nav icons. * Remove unnecessary build configurations (manpage, latex, texinfo) * Remove the heading "Indices and tables" in index.rst. It simplifies the toc of the top page. Change-Id: If35bd99ee203105418ea49eb921b2d6d428e0187
* switch from oslosphinx to openstackdocsthemeDoug Hellmann2017-06-261-2/+7
| | | | | | Change-Id: I98caec52c74b44d94372ff5c1f4ddc695a0c3d4c Depends-On: Ifc5512c0e2373cf3387e0e0498268eab092e52bb Signed-off-by: Doug Hellmann <doug@doughellmann.com>
* move documentation into the new standard layoutDoug Hellmann2017-06-268-6/+15
| | | | | Change-Id: Ie16878c132794f74209d450670e12eaed80efd6a Signed-off-by: Doug Hellmann <doug@doughellmann.com>
* Fix doc buildAkihiro Motoki2017-06-051-0/+4
| | | | | | | | | | | | | Starting in Django 1.7, standalone scripts, such as a sphinx build require that django.setup() be called first. See: https://docs.djangoproject.com/en/1.8/releases/1.7/#standalone-scripts This should be added to the horizon/docs/source/conf.py setenv DJANGO_SETTINGS_MODULE for docs env in tox.ini is no longer needed as it is configured in doc/source/conf.py. Change-Id: I910dae37770ab9767689918a0c61b78d9c56115a
* Cleanup doc warnings and enforce warning-is-error in sphinxAkihiro Motoki2017-03-241-1/+1
| | | | | | | | | | * doc/source/conf.py: html_static_path pointed to nonexisting dir * Fix indent error in python codes * Insert blank lines before starting code block * Enable warning-is-error in setup.cfg to prevent future warnings * 'all_files' should be 'all-files' in setup.cfg Change-Id: I7c5bc31be9c95ec78f18f895014a03cb003d7e04
* Merge "Fixes modules index generated by Sphinx"Jenkins2015-07-241-1/+1
|\
| * Fixes modules index generated by Sphinxlin-hua-cheng2015-07-091-1/+1
| | | | | | | | | | | | | | Sphinx was always using (o)penstack_auth for the prefix so the index wasn't very useful. Change-Id: I872b883688eba22631dd030dad9430b39a19f333
* | Update supported keystone versionsDavid Lyle2015-07-151-1/+1
|/ | | | | | | index.rst did not list keystone v3 support Change-Id: I4a0305c424c994c3beda184bbdc53fecb9c08586 Closes-Bug: #1474990
* Updated the installation instructionsJames Muranga2014-11-121-7/+38
| | | | | | | | | Changed the name of the app from keystone_auth to openstack_auth in the installation instructions Removed the redudant installation instructions in README.rst Change-Id: If97c93a446754573bd6fb55b15cb4c881ad1f4e6
* Set DJANGO_SETTINGS_MODULE envvar in doc/source/conf.pyAkihiro Motoki2014-09-131-0/+4
| | | | | | | | This fixes the issue that the doc is not generated properly in gate-django_openstack_auth-docs job. Change-Id: I5780ee32856a9b1fd4aed5b6a1a84d319aaf464e Closes-Bug: #1369064
* Merge "Switch over to oslosphinx"Jenkins2014-03-201-1/+1
|\
| * Switch over to oslosphinxDirk Mueller2014-02-141-1/+1
| | | | | | | | | | | | | | oslosphinx is the new name of oslo.sphinx Closes-Bug: #1277168 Change-Id: I717c92bf62b8820517d1c0f1f83c75713a680ed7
* | moves default keystone API to v3David Lyle2014-02-031-2/+2
|/ | | | | | | | | | | | | v2.0 of the keystone API was deprecated in icehouse-2, moving to support v3 by default. This also fixes a bug in Horizon where if you specify v3 for the API version and v2.0 is still the auth url, login fails. Implements blueprint keystone-v3-default Partial-bug: #1267636 Change-Id: Ibc4872f24125fa74230eab781b002dffdba5f5da
* Align with OpenStack project standardsMonty Taylor2013-09-108-0/+320
Change-Id: If03b325c941dcac257b25b90c8b152dcead5edd2