Hi, I am using Object Storage on the Lannion2 region and this morning it stopped working. I am using it in a rails app through the fog gem. Here are the settings for fog: CarrierWave.configuredo |config|config.fog_credentials = { provider:'OpenStack', openstack_auth_url:'http://cloud.lab.fiware.org:4730/v2.0/tokens', openstack_username:ENV['OPENSTACK_USERNAME'], openstack_api_key:ENV['OPENSTACK_PASSWORD'], openstack_tenant:ENV['OPENSTACK_TENANT'], openstack_temp_url_key:'OPENSTACK-IS-AWESOME42', openstack_region:'Lannion2',#Lannion2,Lannion,Berlin2,Berlin,Poznan,Spain,Spain2,Budapest2 } config.fog_directory =ENV['OPENSTACK_FOG_CONTAINER'] config.fog_public =true end And here is the error I receive |gems/excon-0.45.4/lib/excon/middlewares/expects.rb:6:in `response_call': Expected([200, 204]) <=> Actual(503 Service Unavailable) (Excon::Errors::ServiceUnavailable) excon.error.response :body => "<html><body><h1>503 Service Unavailable</h1>\nNo server is available to handle this request.\n</body></html>\n" :headers => { "Cache-Control" => "no-cache" "Connection" => "close" "Content-Type" => "text/html" } :local_address => "192.168.1.8" :local_port => 41786 :reason_phrase => "Service Unavailable" :remote_ip => "130.206.84.8" :status => 503 :status_line => "HTTP/1.0 503 Service Unavailable\r\n"| Kind regards, Valentin! -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.fiware.org/private/fiware-tech-help/attachments/20160112/87fa0bb4/attachment.html>
You can get more information about our cookies and privacy policies clicking on the following links: Privacy policy Cookies policy