Scalr communicating with Openstack instance

2016-06-03 Thread Jeff Gojkovich
Hello, I am trying to create an image in a local Openstack environment. I am walking through the steps but I run into an issue when Scalr tries to initiate the communication with the instance. It is trying to use the instances private IP rather than its public IP. Is there any way to tell

Re: Scalr communicating with Openstack instance

2016-06-03 Thread Marc O'Brien
Hi Jeff, You need to add the following configuration to /etc/scalr-server/scalr-server.rb: app[:configuration] = { :scalr => { :openstack => { :instances_connection_policy => 'public' } } } If you already have defined app[:configuration] you'll need to merge settings. Don't