Codebase list python-castellan / e8e28b4
Merge "Optimize the link address" Jenkins authored 6 years ago Gerrit Code Review committed 6 years ago
8 changed file(s) with 15 addition(s) and 15 deletion(s). Raw diff Collapse all Expand all
1414
1515 Before you start contributing take a look at the `Openstack Developers Guide`_.
1616
17 .. _`Openstack Developers Guide`: http://docs.openstack.org/infra/manual/developers.html
17 .. _`Openstack Developers Guide`: https://docs.openstack.org/infra/manual/developers.html
1818
1919 Freenode IRC (Chat)
2020 -------------------
5555 the OpenStack Gerrit review system, please review the `Gerrit Workflow`_
5656 wiki documentation.
5757
58 .. _`Gerrit Workflow`: http://docs.openstack.org/infra/manual/developers.html#development-workflow
58 .. _`Gerrit Workflow`: https://docs.openstack.org/infra/manual/developers.html#development-workflow
5959
6060 .. note::
6161
11 ===============================================
22
33 - Step 1: Read the OpenStack Style Commandments
4 http://docs.openstack.org/developer/hacking/
4 https://docs.openstack.org/developer/hacking/
55 - Step 2: Read on
66
77 Castellan Specific Commandments
3737 command directly. Running ``testr run`` will run the entire test suite. ``testr
3838 run --parallel`` will run it in parallel (this is the default incantation tox
3939 uses.) More information about testr can be found at:
40 http://wiki.openstack.org/testr
40 https://wiki.openstack.org/testr
4141
11 Team and repository tags
22 ========================
33
4 .. image:: http://governance.openstack.org/badges/castellan.svg
5 :target: http://governance.openstack.org/reference/tags/index.html
4 .. image:: https://governance.openstack.org/badges/castellan.svg
5 :target: https://governance.openstack.org/reference/tags/index.html
66
77 .. Change things from this point on
88
1313 Generic Key Manager interface for OpenStack.
1414
1515 * License: Apache License, Version 2.0
16 * Documentation: http://docs.openstack.org/developer/castellan
17 * Source: http://git.openstack.org/cgit/openstack/castellan
18 * Bugs: http://bugs.launchpad.net/castellan
16 * Documentation: https://docs.openstack.org/developer/castellan
17 * Source: https://git.openstack.org/cgit/openstack/castellan
18 * Bugs: https://bugs.launchpad.net/castellan
1313
1414 """oslo.i18n integration module.
1515
16 See http://docs.openstack.org/developer/oslo.i18n/usage.html .
16 See https://docs.openstack.org/developer/oslo.i18n/usage.html .
1717
1818 """
1919
7070 ]
7171
7272 # Example configuration for intersphinx: refer to the Python standard library.
73 #intersphinx_mapping = {'http://docs.python.org/': None}
73 #intersphinx_mapping = {'https://docs.python.org/3/': None}
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`: http://docs.openstack.org/developer/barbican/setup/dev.html
47 .. _`Using Keystone Middleware with Barbican`: http://docs.openstack.org/developer/barbican/setup/keystone.html
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
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:
319319 castellan.config = castellan.options:list_opts
320320
321321 For more information on the oslo configuration generator, please see
322 http://docs.openstack.org/developer/oslo.config/generator.html
322 https://docs.openstack.org/developer/oslo.config/generator.html
44 README.rst
55 author = OpenStack
66 author-email = openstack-dev@lists.openstack.org
7 home-page = http://docs.openstack.org/developer/castellan/
7 home-page = https://docs.openstack.org/developer/castellan/
88 classifier =
99 Environment :: OpenStack
1010 Intended Audience :: Information Technology