Comment 0 for bug 1523418

Revision history for this message
Adam Heczko (aheczko-mirantis) wrote :

Observed on MOS:
  release: "8.0"
  openstack_version: "2015.1.0-8.0"
  api: "1.0"
  build_number: "242"
  build_id: "242"

Problem description:
Controller nodes run Apache2 with proxy module enabled.
Purpose of this proxy is to allow performing OSTF tests initiated from Fuel node.
Currently thos proxy listens on all IP addresses:
<VirtualHost *:8888>
  ServerName apache_api_proxy

Solution proposal:
Restrict Apache proxy to listen only on admin/pxe network
<VirtualHost *:[ADMIN_IP_ADDRESS]>