Sean Handley
Sean Handley
+1 - I'm getting issues with the unicorn shim not being created until the rehash is triggered elsewhere.
I'm going to look at creating DevStack instances for each major version we're supporting so we always have a place to re-record our VCR cassettes. This will be on DataCentred's...
Thanks @zhoutiekui - that's an easy fix if you have time to raise a pull request? I can guide you through the process if you need any help.
Hi @zhoutiekui, We've made this configurable since accessibility is down to the individual cloud operator. Just add `:openstack_endpoint_type => 'publicURL'` to your connection options and you should be fine.
I don't think so @zhoutiekui The documentation makes the distinction that the `internalURL` is used internally by OpenStack services, the `publicURL` is used externally by users and the `adminURL` is...
Hi @zhitongLBN Can you please show the code you ran to encounter this? Particularly the `require` line where you include Fog in your code.
What are the contents of `my_spec.rb` ? The constant `Fog::OpenStack::Compute` isn't defined anywhere in Fog; the constant I think you're looking for is `Fog::Compute::OpenStack`.
I'm afraid I can't see anything obvious. I've grepped through all the source files in the fog-openstack repository and I can't find any references to `Fog::OpenStack::Compute`. All I can think...
I'm not sure I understand your use case. Why do you need a constant called `Fog::OpenStack::Compute` when the constant defined in the gem is actually `Fog::Compute::OpenStack` ?
I can reproduce this but the code raising the error is part of the `Fog::Core` library, so I've referenced this issue from the issue tracker on that project. https://github.com/fog/fog-core/issues/178 I'm...