↧
Answer by zaneb for Hi, I am new to Openstack community. I need to implement...
If you want Heat to create a load balancer, you'll need to specify one in the template. You have two options....
View ArticleComment by zaneb for Just start multiple heat-api processes. As many as you...
This is a great answer, but to a different question ("How can an operator set up load balancing for heat-api?") to the one the questioner was asking ("How can an end user configure load balancing in...
View ArticleAnswer by rooter for Hi, I am new to Openstack community. I need to implement...
Just start multiple heat-api processes. As many as you want. Then configure keystone with endpoint pointing to your haproxy host: [root@openstack1 ~]# keystone endpoint-list | grep 8004 |...
View ArticleHow HAproxy works with Openstack HEAT?
Hi, I am new to Openstack community. I need to implement autoscaling for my tomcat application. How to implement HAproxy as the default load balancer? Will it be created automatically once I launch my...
View Article