changing the bind_port in proxy-server.conf
I am using the current devstack (master) . If port 8080 is used by another service and I want to change the bind_port- where else should I make changes or update the new bind_port)
The reason is that if I change to anothr value (e.g. 80802 - which is not used by another service as seen by netstat) I get my system hanging when I command : swift stat
Also : what version is stable enough (if not master) if I want to use swift with a real disk object store i.e the proxy-server and the objetc -server are to be separate .
how do I command (in loacalrc) to use that stable version after 'gitting' as follows:
git clone git://github.com/openstack-dev/devstack.git
Is it just add to localrc somelines like this:
GLANCE_BRANCH=stable/essex
HORIZON_BRANCH=stable/essex
KEYSTONE_BRANCH=stable/essex
NOVA_BRANCH=stable/essex
GLANCE_BRANCH=stable/essex
QUANTUM_BRANCH=stable/essex
SWIFT_BRANCH=1.4.8 (or SWIFT_BRANCH=stable/essex ?)
thx