Merge "Remove non used variables"

This commit is contained in:
Zuul 2018-05-24 12:28:11 +00:00 committed by Gerrit Code Review
commit ccf5601218

View File

@ -13,10 +13,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.
octavia_service_port: 9876
octavia_service_proto: http
octavia_service_internaluri_proto: "{{ openstack_service_internaluri_proto | default(octavia_service_proto) }}"
octavia_service_internaluri: "{{ octavia_service_internaluri_proto }}://{{ internal_lb_vip_address }}:{{ octavia_service_port }}"
# this var below is referenced by neutron if Octavia is activated with V1 API
octavia_service_url: "{{ octavia_service_internaluri }}"
# used by neutron role to specify octavia v1 service url
octavia_service_internaluri: "http://{{ internal_lb_vip_address }}:9876"