Commit Graph

19 Commits

Author SHA1 Message Date
Akihiro Motoki 2baea728dd Retire project
In Queens development cycle, openstack_auth code was merged
into the horizon repository.

blueprint merge-openstack-auth

Change-Id: I74b10a90fe79fc768cfb8de6f68d3cd2f4938e51
2017-12-23 03:22:21 +09:00
Mathieu Gagné 346c36d798 Add support for policy directories per service
This change introduces the POLICY_DIRS setting which adds the ability
to define multiple policy directories per service.

Blueprint: policy-dirs
Change-Id: Ie42f1aa68539b7388661ddfe2c265255cd574736
2017-08-17 12:23:31 -04:00
Timur Sufiev 3227365bc6 Allow for manual setting of default service region in config
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
2017-07-10 16:27:20 +02:00
Akihiro Motoki 39137dc8be Migrate settings on a feature merged recently
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
2017-07-05 21:59:11 +09:00
Akihiro Motoki 0390301e40 doc: Add configuration reference
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
2017-06-30 05:49:44 +09:00
Akihiro Motoki 43c6e3157c doc: cleanup doc build configuration
* 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
2017-06-30 02:02:14 +09:00
Doug Hellmann d1efd47a0b switch from oslosphinx to openstackdocstheme
Change-Id: I98caec52c74b44d94372ff5c1f4ddc695a0c3d4c
Depends-On: Ifc5512c0e2373cf3387e0e0498268eab092e52bb
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-06-26 15:58:00 -04:00
Doug Hellmann 8455ebcf9d move documentation into the new standard layout
Change-Id: Ie16878c132794f74209d450670e12eaed80efd6a
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2017-06-26 15:57:47 -04:00
Akihiro Motoki b0a2a39508 Fix doc build
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
2017-06-05 09:39:31 +00:00
Akihiro Motoki bc5f1df5a9 Cleanup doc warnings and enforce warning-is-error in sphinx
* 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
2017-03-24 23:05:56 +09:00
Jenkins 22e1f7bf40 Merge "Fixes modules index generated by Sphinx" 2015-07-24 18:48:06 +00:00
David Lyle 88fb9742c1 Update supported keystone versions
index.rst did not list keystone v3 support

Change-Id: I4a0305c424c994c3beda184bbdc53fecb9c08586
Closes-Bug: #1474990
2015-07-15 21:15:42 +00:00
lin-hua-cheng aa8751e57e Fixes modules index generated by Sphinx
Sphinx was always using (o)penstack_auth for the prefix so the index
wasn't very useful.

Change-Id: I872b883688eba22631dd030dad9430b39a19f333
2015-07-09 21:28:20 -07:00
James Muranga 613da0b10e Updated the installation instructions
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
2014-11-12 22:47:48 +03:00
Akihiro Motoki 015f435452 Set DJANGO_SETTINGS_MODULE envvar in doc/source/conf.py
This fixes the issue that the doc is not generated properly
in gate-django_openstack_auth-docs job.

Change-Id: I5780ee32856a9b1fd4aed5b6a1a84d319aaf464e
Closes-Bug: #1369064
2014-09-13 19:43:20 +09:00
Jenkins 32d3327993 Merge "Switch over to oslosphinx" 2014-03-20 18:47:42 +00:00
Dirk Mueller 5f5641482c Switch over to oslosphinx
oslosphinx is the new name of oslo.sphinx

Closes-Bug: #1277168
Change-Id: I717c92bf62b8820517d1c0f1f83c75713a680ed7
2014-02-14 16:31:22 +01:00
David Lyle 537fd8c7b2 moves default keystone API to v3
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
2014-02-03 14:45:13 -07:00
Monty Taylor 985bf5659c Align with OpenStack project standards
Change-Id: If03b325c941dcac257b25b90c8b152dcead5edd2
2013-09-10 16:58:11 -05:00