Update the documentation link for doc migration

Change-Id: Ia6fc477b73ba8c4ceca47ddf38bad6c5bfe30330
This commit is contained in:
Hangdong Zhang 2017-07-24 15:30:43 +08:00
parent 0d9ad1373c
commit b42d94e851
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
gluon Style Commandments
===============================================
Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/
Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/

View File

@ -10,7 +10,7 @@ job will vote against the change until a migration file for this change is
also uploaded.
Similar to Neutron migration strategy a script for auto generation is used:
`Neutron Script Auto-generation <http://docs.openstack.org/developer/neutron/devref/alembic_migrations.html#script-auto-generation>`_
`Neutron Script Auto-generation <https://docs.openstack.org/neutron/latest/contributor/alembic_migrations.html#script-auto-generation>`_
The big difference is that Proton will have a YAML model. So a new
auto generate script is needed.
@ -26,7 +26,7 @@ to update the database.
The migration process is done in the exact same way as the Neutron
database migration.
See details in the devref:
`Neutron Database Migration <http://docs.openstack.org/developer/neutron/devref/alembic_migrations.html>`_
`Neutron Database Migration <https://docs.openstack.org/neutron/latest/contributor/alembic_migrations.html>`_
Testing

View File

@ -179,7 +179,7 @@ Action to API Mapping
~~~~~~~~~~~~~~~~~~~~~
Gluon service has to map actions to respective API calls. The OpenStack keystonemiddleware
and oslo.policy(http://docs.openstack.org/developer/oslo.policy/) modules will be integrated
and oslo.policy(https://docs.openstack.org/oslo.policy/latest/) modules will be integrated
with Gluon to add keystone authentication and enforce RBAC policies defined in the JSON.policy file.
The pecan-wsgi service in the Neutron will be used as a reference code for Gluon implementation