Merge "Remove non used variables"
This commit is contained in:
commit
ccf5601218
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user