diff --git a/etc/openstack_deploy/conf.d/ceilometer.yml.example b/etc/openstack_deploy/conf.d/ceilometer.yml.example index 4695a9b8f3..5c143d1b22 100644 --- a/etc/openstack_deploy/conf.d/ceilometer.yml.example +++ b/etc/openstack_deploy/conf.d/ceilometer.yml.example @@ -6,7 +6,7 @@ metering-compute_hosts: # The infra hosts that will run the central agents. # For running Ceilometer in HA for workload partitioning, see -# http://docs.openstack.org/admin-guide/telemetry-data-collection.html#support-for-ha-deployment +# https://docs.openstack.org/pike/admin/#support-for-ha-deployment metering-infra_hosts: infra1: ip: 172.20.236.111 diff --git a/etc/openstack_deploy/conf.d/swift.yml.example b/etc/openstack_deploy/conf.d/swift.yml.example index e562f44c72..8c90d88beb 100644 --- a/etc/openstack_deploy/conf.d/swift.yml.example +++ b/etc/openstack_deploy/conf.d/swift.yml.example @@ -100,7 +100,7 @@ # # The following statsd related options are a little more complicated and are # used to tune how many samples are sent to statsd. If you need to tweak these -# settings then first read: http://docs.openstack.org/developer/swift/admin_guide.html +# settings then first read: https://docs.openstack.org/swift/latest/admin_guide.html # # Option: statsd_default_sample_rate (optional, float, default 1.0) # Option: statsd_sample_rate_factor (optional, float, default 1.0) @@ -301,7 +301,7 @@ # # The following statsd related options are a little more complicated and are # used to tune how many samples are sent to statsd. If you need to tweak these -# settings then first read: http://docs.openstack.org/developer/swift/admin_guide.html +# settings then first read: https://docs.openstack.org/swift/latest/admin_guide.html # # Option: statsd_default_sample_rate (optional, float, default 1.0) # Option: statsd_sample_rate_factor (optional, float, default 1.0) @@ -389,7 +389,7 @@ # # The following statsd related options are a little more complicated and are # used to tune how many samples are sent to statsd. If you need to tweak these -# settings then first read: http://docs.openstack.org/developer/swift/admin_guide.html +# settings then first read: https://docs.openstack.org/swift/latest/admin_guide.html # # Option: statsd_default_sample_rate (optional, float, default 1.0) # Option: statsd_sample_rate_factor (optional, float, default 1.0) diff --git a/group_vars/all/all.yml b/group_vars/all/all.yml index 7a3b58954a..69cefa4004 100644 --- a/group_vars/all/all.yml +++ b/group_vars/all/all.yml @@ -101,7 +101,7 @@ openrc_region_name: "{{ service_region }}" # by applying security configurations from the STIG. Hardening is enabled by # default, but an option to opt out is available by setting the following # variable to 'false'. -# Docs: http://docs.openstack.org/developer/ansible-hardening/ +# Docs: https://docs.openstack.org/ansible-hardening/latest/ apply_security_hardening: true ## Ansible ssh configuration