Browse code

Merge "Update URLs"

Jenkins authored on 2017/07/24 16:27:46
Showing 7 changed files
... ...
@@ -14,7 +14,7 @@ Goals
14 14
 * To provide an environment for the OpenStack CI testing on every commit
15 15
   to the projects
16 16
 
17
-Read more at http://docs.openstack.org/developer/devstack
17
+Read more at https://docs.openstack.org/devstack/latest
18 18
 
19 19
 IMPORTANT: Be sure to carefully read `stack.sh` and any other scripts you
20 20
 execute before you run them, as they install software and will alter your
... ...
@@ -92,5 +92,5 @@ DevStack can be extensively configured via the configuration file
92 92
 `local.conf`.  It is likely that you will need to provide and modify
93 93
 this file if you want anything other than the most basic setup.  Start
94 94
 by reading the `configuration guide
95
-<https://docs.openstack.org/developer/devstack/configuration.html>`_
95
+<https://docs.openstack.org/devstack/latest/configuration.html>`_
96 96
 for details of the configuration file and the many available options.
... ...
@@ -13,7 +13,7 @@ In Juno, nova implemented a `spec
13 13
 <http://specs.openstack.org/openstack/nova-specs/specs/juno/implemented/serial-ports.html>`_
14 14
 to allow read/write access to the serial console of an instance via
15 15
 `nova-serialproxy
16
-<http://docs.openstack.org/developer/nova/man/nova-serialproxy.html>`_.
16
+<https://docs.openstack.org/nova/latest/cli/nova-serialproxy.html>`_.
17 17
 
18 18
 The service can be enabled by adding ``n-sproxy`` to
19 19
 ``ENABLED_SERVICES``.  Further options can be enabled via
... ...
@@ -62,11 +62,9 @@ The service can be enabled by adding ``n-sproxy`` to
62 62
 
63 63
 Enabling the service is enough to be functional for a single machine DevStack.
64 64
 
65
-These config options are defined in `nova.console.serial
66
-<https://github.com/openstack/nova/blob/master/nova/console/serial.py#L33-L52>`_
67
-and `nova.cmd.serialproxy
68
-<https://github.com/openstack/nova/blob/master/nova/cmd/serialproxy.py#L26-L33>`_.
65
+These config options are defined in `nova.conf.serial_console
66
+<https://github.com/openstack/nova/blob/master/nova/conf/serial_console.py>`_.
69 67
 
70 68
 For more information on OpenStack configuration see the `OpenStack
71 69
 Configuration Reference
72
-<http://docs.openstack.org/trunk/config-reference/content/list-of-compute-config-options.html>`_
70
+<https://docs.openstack.org/ocata/config-reference/compute.html>`_
... ...
@@ -441,7 +441,7 @@ function setup_dev_lib {
441 441
 # project_dir: directory of project repo (e.g., /opt/stack/keystone)
442 442
 # extras: comma-separated list of optional dependencies to install
443 443
 #         (e.g., ldap,memcache).
444
-#         See http://docs.openstack.org/developer/pbr/#extra-requirements
444
+#         See https://docs.openstack.org/pbr/latest/user/using.html#extra-requirements
445 445
 # The command is like "pip install <project_dir>[<extras>]"
446 446
 function setup_install {
447 447
     local project_dir=$1
... ...
@@ -455,7 +455,7 @@ function setup_install {
455 455
 # project_dir: directory of project repo (e.g., /opt/stack/keystone)
456 456
 # extras: comma-separated list of optional dependencies to install
457 457
 #         (e.g., ldap,memcache).
458
-#         See http://docs.openstack.org/developer/pbr/#extra-requirements
458
+#         See https://docs.openstack.org/pbr/latest/user/using.html#extra-requirements
459 459
 # The command is like "pip install -e <project_dir>[<extras>]"
460 460
 function setup_develop {
461 461
     local project_dir=$1
... ...
@@ -487,7 +487,7 @@ function is_in_projects_txt {
487 487
 # flags: pip CLI options/flags
488 488
 # extras: comma-separated list of optional dependencies to install
489 489
 #         (e.g., ldap,memcache).
490
-#         See http://docs.openstack.org/developer/pbr/#extra-requirements
490
+#         See https://docs.openstack.org/pbr/latest/user/using.html#extra-requirements
491 491
 # The command is like "pip install <flags> <project_dir>[<extras>]"
492 492
 function _setup_package_with_constraints_edit {
493 493
     local project_dir=$1
... ...
@@ -523,7 +523,7 @@ function _setup_package_with_constraints_edit {
523 523
 # flags: pip CLI options/flags
524 524
 # extras: comma-separated list of optional dependencies to install
525 525
 #         (e.g., ldap,memcache).
526
-#         See http://docs.openstack.org/developer/pbr/#extra-requirements
526
+#         See https://docs.openstack.org/pbr/latest/user/using.html#extra-requirements
527 527
 # The command is like "pip install <flags> <project_dir>[<extras>]"
528 528
 function setup_package {
529 529
     local project_dir=$1
... ...
@@ -10,7 +10,7 @@
10 10
 
11 11
 # This is a collection of some of the settings we have found to be useful
12 12
 # in our DevStack development environments. Additional settings are described
13
-# in http://docs.openstack.org/developer/devstack/configuration.html#local-conf
13
+# in https://docs.openstack.org/devstack/latest/configuration.html#local-conf
14 14
 # These should be considered as samples and are unsupported DevStack code.
15 15
 
16 16
 # The ``localrc`` section replaces the old ``localrc`` configuration file.
... ...
@@ -5,7 +5,7 @@ description-file =
5 5
     README.rst
6 6
 author = OpenStack
7 7
 author-email = openstack-dev@lists.openstack.org
8
-home-page = http://docs.openstack.org/developer/devstack
8
+home-page = https://docs.openstack.org/devstack/latest
9 9
 classifier =
10 10
     Intended Audience :: Developers
11 11
     License :: OSI Approved :: Apache Software License
... ...
@@ -1534,7 +1534,7 @@ if [[ "$USE_SYSTEMD" == "True" ]]; then
1534 1534
     echo
1535 1535
     echo "Services are running under systemd unit files."
1536 1536
     echo "For more information see: "
1537
-    echo "https://docs.openstack.org/developer/devstack/systemd.html"
1537
+    echo "https://docs.openstack.org/devstack/latest/systemd.html"
1538 1538
     echo
1539 1539
 fi
1540 1540
 
... ...
@@ -157,7 +157,7 @@ if is_fedora; then
157 157
         # [1] https://bugzilla.redhat.com/show_bug.cgi?id=1099031
158 158
         # [2] https://bugs.launchpad.net/neutron/+bug/1455303
159 159
         # [3] https://github.com/redhat-openstack/openstack-puppet-modules/blob/master/firewall/manifests/linux/redhat.pp
160
-        # [4] http://docs.openstack.org/developer/devstack/guides/neutron.html
160
+        # [4] https://docs.openstack.org/devstack/latest/guides/neutron.html
161 161
         if is_package_installed firewalld; then
162 162
             sudo systemctl disable firewalld
163 163
             # The iptables service files are no longer included by default,