flat networking mode.....request is going to proxy...even though i have set no proxy for localhost......

Asked by Vaibhav Neharkar

Using flat networking mode in OpenStack installation.....I have set no proxy for local host in /etc/environment file......even then request (http://10.14.77.196:8773/services/Cloud/) is going to proxy ......I am checking this using wireshark..........why so??

This is my /etc/network/interface file.............

# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

auto br100
iface br100 inet static
       bridge_ports eth0
   bridge_stp off
       bridge_fd 0
   bridge_maxwait 0
   address 10.14.77.196
   netmask 255.255.0.0
   gateway 10.14.1.2

This is my /etc/nova/nova.conf file...........................

--daemonize=1
--my_ip=10.14.77.196
--network_manager=nova.network.manager.FlatManager
--fixed_range=10.14.77.0/25
--num_networks=1
--public_interface=eth0
--flat_injected=true
--sql_connection=mysql://nova:notnova@10.14.77.196/nova
--rabbit_host=10.14.77.196
--s3_host=10.14.77.196
--cc_host=10.14.77.196
--ec2_url=http://10.14.77.196:8773/services/Cloud
--logdir=/var/log/nova
--state_path=/var/lib/nova
--verbose

Question information

Language:
English Edit question
Status:
Expired
For:
OpenStack Compute (nova) Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Launchpad Janitor (janitor) said :
#1

This question was expired because it remained in the 'Open' state without activity for the last 15 days.