Update and replace http with https for doc links

1) Update doc links according to OpenStack document migration
2) Use https instead of http for docs links

Change-Id: Ie5cb95ba91df993d9c602c9d5167145fda3bab24
This commit is contained in:
shangxiaobj 2017-09-13 20:23:17 -07:00
parent 09ac842977
commit 7967623456
3 changed files with 5 additions and 5 deletions

View File

@ -6,7 +6,7 @@ metering-compute_hosts:
# The infra hosts that will run the central agents. # The infra hosts that will run the central agents.
# For running Ceilometer in HA for workload partitioning, see # 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: metering-infra_hosts:
infra1: infra1:
ip: 172.20.236.111 ip: 172.20.236.111

View File

@ -100,7 +100,7 @@
# #
# The following statsd related options are a little more complicated and are # 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 # 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_default_sample_rate (optional, float, default 1.0)
# Option: statsd_sample_rate_factor (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 # 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 # 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_default_sample_rate (optional, float, default 1.0)
# Option: statsd_sample_rate_factor (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 # 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 # 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_default_sample_rate (optional, float, default 1.0)
# Option: statsd_sample_rate_factor (optional, float, default 1.0) # Option: statsd_sample_rate_factor (optional, float, default 1.0)

View File

@ -101,7 +101,7 @@ openrc_region_name: "{{ service_region }}"
# by applying security configurations from the STIG. Hardening is enabled by # by applying security configurations from the STIG. Hardening is enabled by
# default, but an option to opt out is available by setting the following # default, but an option to opt out is available by setting the following
# variable to 'false'. # variable to 'false'.
# Docs: http://docs.openstack.org/developer/ansible-hardening/ # Docs: https://docs.openstack.org/ansible-hardening/latest/
apply_security_hardening: true apply_security_hardening: true
## Ansible ssh configuration ## Ansible ssh configuration