diff --git a/etc/openstack_deploy/user_variables.yml.prod-ceph.example b/etc/openstack_deploy/user_variables.yml.prod-ceph.example index 57e9296778..fcabb57ef1 100644 --- a/etc/openstack_deploy/user_variables.yml.prod-ceph.example +++ b/etc/openstack_deploy/user_variables.yml.prod-ceph.example @@ -14,7 +14,7 @@ fsid: 116f14c4-7fe1-40e4-94eb-9240b63de5c1 # Replace with your generated UUID ## ceph-ansible settings ## See https://github.com/ceph/ceph-ansible/tree/master/group_vars for -## additional configuration options availble. +## additional configuration options available. monitor_address_block: "{{ cidr_networks.container }}" public_network: "{{ cidr_networks.container }}" cluster_network: "{{ cidr_networks.storage }}"