Codebase list python-castellan / eaf2aa6
Update the doc URL in the documents Change-Id: Iad782f20bef65fefe6c47f02810904cb2cdaa2f3 Akihiro Motoki 6 years ago
6 changed file(s) with 7 addition(s) and 7 deletion(s). Raw diff Collapse all Expand all
11 ===============================================
22
33 - Step 1: Read the OpenStack Style Commandments
4 https://docs.openstack.org/developer/hacking/
4 https://docs.openstack.org/hacking/latest/
55 - Step 2: Read on
66
77 Castellan Specific Commandments
44 Generic Key Manager interface for OpenStack.
55
66 * License: Apache License, Version 2.0
7 * Documentation: https://docs.openstack.org/developer/castellan
7 * Documentation: https://docs.openstack.org/castellan/latest
88 * Source: https://git.openstack.org/cgit/openstack/castellan
99 * Bugs: https://bugs.launchpad.net/castellan
1010
1313
1414 """oslo.i18n integration module.
1515
16 See https://docs.openstack.org/developer/oslo.i18n/usage.html .
16 See https://docs.openstack.org/oslo.i18n/latest/user/usage.html .
1717
1818 """
1919
4343 information on this please see `Setting up a Barbican development environment`_
4444 and `Using Keystone Middleware with Barbican`_
4545
46 .. _`Setting up a Barbican development environment`: https://docs.openstack.org/developer/barbican/setup/dev.html
47 .. _`Using Keystone Middleware with Barbican`: https://docs.openstack.org/developer/barbican/setup/keystone.html
46 .. _`Setting up a Barbican development environment`: https://docs.openstack.org/barbican/latest/setup/dev.html
47 .. _`Using Keystone Middleware with Barbican`: https://docs.openstack.org/barbican/latest/setup/keystone.html
4848
4949 Castellan uses either ``/etc/castellan/castellan-functional.conf`` or ``./etc/castellan/castellan-functional.conf``
5050 in order to run functional tests. A sample file can be generated by running:
328328 namespace = castellan.config
329329
330330 For more information on the oslo configuration generator, please see
331 https://docs.openstack.org/developer/oslo.config/generator.html
331 https://docs.openstack.org/oslo.config/latest/cli/generator.html
44 README.rst
55 author = OpenStack
66 author-email = openstack-dev@lists.openstack.org
7 home-page = https://docs.openstack.org/developer/castellan/
7 home-page = https://docs.openstack.org/castellan/latest/
88 classifier =
99 Environment :: OpenStack
1010 Intended Audience :: Information Technology