diff --git a/README.rst b/README.rst index 5c2f043f..49265884 100644 --- a/README.rst +++ b/README.rst @@ -2,8 +2,8 @@ Team and repository tags ======================== -.. image:: http://governance.openstack.org/badges/charm-guide.svg - :target: http://governance.openstack.org/reference/tags/index.html +.. image:: https://governance.openstack.org/badges/charm-guide.svg + :target: https://governance.openstack.org/reference/tags/index.html .. Change things from this point on diff --git a/doc/source/1610.rst b/doc/source/1610.rst index 284871e2..20cf40a4 100644 --- a/doc/source/1610.rst +++ b/doc/source/1610.rst @@ -61,7 +61,7 @@ OpenStack Newton support on 16.04 and 16.10 The charms provide full support for OpenStack Newton. For further details and documentation on Openstack Newton, please check out -http://releases.openstack.org/newton +https://releases.openstack.org/newton To deploy OpenStack Newton on Ubuntu 16.04, use the 'openstack-origin' configuration option, for example: diff --git a/doc/source/1702.rst b/doc/source/1702.rst index 49ad3c47..1ee97605 100644 --- a/doc/source/1702.rst +++ b/doc/source/1702.rst @@ -53,7 +53,7 @@ OpenStack Ocata support on 16.04 The charms provide full support for OpenStack Ocata. For further details and documentation on Openstack Ocata please check out -http://releases.openstack.org/ocata +https://releases.openstack.org/ocata To deploy OpenStack Ocata on Ubuntu 16.04, use the 'openstack-origin' configuration option, for example: diff --git a/doc/source/1708.rst b/doc/source/1708.rst index 99458501..a36b1af0 100644 --- a/doc/source/1708.rst +++ b/doc/source/1708.rst @@ -54,7 +54,7 @@ OpenStack Pike support on 16.04 The charms provide full support for OpenStack Pike. For further details and documentation on Openstack Pike please check out -http://releases.openstack.org/pike +https://releases.openstack.org/pike To deploy OpenStack Pike on Ubuntu 16.04, use the 'openstack-origin' configuration option, for example: diff --git a/doc/source/author-guides/reactive-handlers-optimization.rst b/doc/source/author-guides/reactive-handlers-optimization.rst index befcaca1..7c74e524 100644 --- a/doc/source/author-guides/reactive-handlers-optimization.rst +++ b/doc/source/author-guides/reactive-handlers-optimization.rst @@ -81,7 +81,7 @@ The implementation for the *interface* is typical. If you look at the ``..available`` state/flags are *continuous* from the moment the conditions for them are met. -.. _`interfaces.juju.solutions`: http://interfaces.juju.solutions/ +.. _`interfaces.juju.solutions`: https://interfaces.juju.solutions/ .. _`interface-etcd`: https://github.com/juju-solutions/interface-etcd By now you will have probably seen the issue; once the ``.connected`` diff --git a/doc/source/charm-anatomy.rst b/doc/source/charm-anatomy.rst index 7c2e687e..676a4943 100644 --- a/doc/source/charm-anatomy.rst +++ b/doc/source/charm-anatomy.rst @@ -117,7 +117,7 @@ OpenStack Interfaces -------------------- Interfaces define the data exchange between each of the charms. A list of all -available interfaces is available `here `__. +available interfaces is available `here `__. A list of OpenStack specific interfaces can be found `here `__ The interfaces a charm needs are defines in the `layers.yaml`_. Below is a list diff --git a/doc/source/coding-guidelines.rst b/doc/source/coding-guidelines.rst index 559abdef..2d1aae16 100644 --- a/doc/source/coding-guidelines.rst +++ b/doc/source/coding-guidelines.rst @@ -16,7 +16,7 @@ the syntax ensures that it roughly always looks the same. As OpenStack charms are for OpenStack it’s a good idea to adhere to the OpenStack Python coding standard. So first things first: -* Read the `OpenStack Coding standard `__. +* Read the `OpenStack Coding standard `__. * Read PEP8 (again). Topics diff --git a/doc/source/find-us.rst b/doc/source/find-us.rst index da18575b..038dc3a9 100644 --- a/doc/source/find-us.rst +++ b/doc/source/find-us.rst @@ -5,7 +5,7 @@ Talk to us ========== * Talk to us on IRC channel ``#openstack-charms`` on Freenode. -* Join the conversation on our `Mailing list `_. +* Join the conversation on our `Mailing list `_. * Participate to our `Online Meetings `_. diff --git a/doc/source/getting-started.rst b/doc/source/getting-started.rst index 18efeced..6c2a473a 100644 --- a/doc/source/getting-started.rst +++ b/doc/source/getting-started.rst @@ -12,11 +12,11 @@ Getting started * For bare-metal deployment, Juju uses MAAS_ to provision and configure physical servers, so that's a good next step. * Once you have MAAS setup, you can try out the - `OpenStack Base bundle `__ from + `OpenStack Base bundle `__ from the Juju charm store. .. _Juju: https://jujucharms.com/docs/devel/getting-started -.. _MAAS: http://maas.io/get-started +.. _MAAS: https://maas.io/get-started .. toctree:: :maxdepth: 1 diff --git a/doc/source/how-to-contribute.rst b/doc/source/how-to-contribute.rst index 8a1abd7a..64652179 100644 --- a/doc/source/how-to-contribute.rst +++ b/doc/source/how-to-contribute.rst @@ -6,7 +6,7 @@ The OpenStack charms are part of the OpenStack project, and follow the same development process as other projects. For details on how to submit changes to an OpenStack project please refer -to the OpenStack `development documentation `__. +to the OpenStack `development documentation `__. and then take a read through the rest of this section on how to contribute to the OpenStack Charms. diff --git a/doc/source/making-a-change.rst b/doc/source/making-a-change.rst index b78853aa..0adc9b83 100644 --- a/doc/source/making-a-change.rst +++ b/doc/source/making-a-change.rst @@ -19,7 +19,7 @@ Broadly the work flow for making a change to a charm is: .. code:: bash - git clone http://github.com/openstack/charm-cinder + git clone https://github.com/openstack/charm-cinder cd charm-cinder git checkout -b bug/XXXXXX master @@ -61,7 +61,7 @@ Finally, submit your change for review (if they pass pep8 and unit tests!): git review This will push your proposed changes to Gerrit and provide you with a URL for the -review board on http://review.openstack.org/. +review board on https://review.openstack.org/. To make amendments to your proposed change, update your local branch and then: diff --git a/doc/source/meetings.rst b/doc/source/meetings.rst index 075b508e..21b059b4 100644 --- a/doc/source/meetings.rst +++ b/doc/source/meetings.rst @@ -21,7 +21,7 @@ Next meeting - Every two weeks (on even weeks) on Monday @ 1700 UTC on ``#openstack-meeting-4`` on freenode - Every two weeks (on odd weeks) on Monday @ 1000 UTC on ``#openstack-meeting-4`` on freenode -`Week Numbers `_ +`Week Numbers `_ Agenda ====== diff --git a/doc/source/openstack-charms.rst b/doc/source/openstack-charms.rst index a5b97733..5243439a 100644 --- a/doc/source/openstack-charms.rst +++ b/doc/source/openstack-charms.rst @@ -6,34 +6,34 @@ Charms OpenStack Charms ~~~~~~~~~~~~~~~~ -* `ceilometer `_ -* `ceilometer-agent `_ -* `cinder `_ -* `cinder-backup `_ -* `cinder-ceph `_ -* `glance `_ -* `heat `_ -* `keystone `_ -* `neutron-api `_ -* `neutron-api-odl `_ -* `neutron-gateway `_ -* `neutron-openvswitch `_ -* `nova-cloud-controller `_ -* `nova-compute `_ -* `openstack-dashboard `_ -* `openvswitch-odl `_ -* `swift-proxy `_ -* `swift-storage `_ +* `ceilometer `_ +* `ceilometer-agent `_ +* `cinder `_ +* `cinder-backup `_ +* `cinder-ceph `_ +* `glance `_ +* `heat `_ +* `keystone `_ +* `neutron-api `_ +* `neutron-api-odl `_ +* `neutron-gateway `_ +* `neutron-openvswitch `_ +* `nova-cloud-controller `_ +* `nova-compute `_ +* `openstack-dashboard `_ +* `openvswitch-odl `_ +* `swift-proxy `_ +* `swift-storage `_ Other Supporting Charms ~~~~~~~~~~~~~~~~~~~~~~~ -* `percona-cluster `_ -* `rabbitmq-server `_ -* `odl-controller `_ -* `lxd `_ -* `ceph `_ -* `ceph-osd `_ -* `ceph-mon `_ -* `ceph-radosgw `_ -* `hacluster `_ +* `percona-cluster `_ +* `rabbitmq-server `_ +* `odl-controller `_ +* `lxd `_ +* `ceph `_ +* `ceph-osd `_ +* `ceph-mon `_ +* `ceph-radosgw `_ +* `hacluster `_ diff --git a/doc/source/openstack-on-lxd.rst b/doc/source/openstack-on-lxd.rst index bb37c27d..b79d562d 100644 --- a/doc/source/openstack-on-lxd.rst +++ b/doc/source/openstack-on-lxd.rst @@ -220,28 +220,28 @@ For amd64: .. code:: bash - curl http://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-amd64-disk1.img | \ + curl https://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-amd64-disk1.img | \ openstack image create --public --container-format=bare --disk-format=qcow2 xenial For arm64: .. code:: bash - curl http://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-arm64-uefi1.img | \ + curl https://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-arm64-uefi1.img | \ openstack image create --public --container-format=bare --disk-format=qcow2 --property hw_firmware_type=uefi xenial For s390x: .. code:: bash - curl http://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-s390x-disk1.img | \ + curl https://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-s390x-disk1.img | \ openstack image create --public --container-format=bare --disk-format=qcow2 xenial For ppc64el: .. code:: bash - curl http://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-ppc64el-disk1.img | \ + curl https://cloud-images.ubuntu.com/xenial/current/xenial-server-cloudimg-ppc64el-disk1.img | \ openstack image create --public --container-format=bare --disk-format=qcow2 xenial diff --git a/setup.cfg b/setup.cfg index 8f0bfa22..a2538a06 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,7 +5,7 @@ description-file = README.rst author = OpenStack author-email = openstack@lists.openstack.org -home-page = http://docs.openstack.org/developer/charm-guide/ +home-page = https://docs.openstack.org/developer/charm-guide/ classifier = Intended Audience :: Developers License :: OSI Approved :: Apache Software License