-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to show all tenant #8
Comments
@jkhelil did you found a solution for this in the meantime cause right now I'm stuck on this issue too.. |
@visibilityspots sorry no |
@rochaporto for some reason I get this error when running the job: /home/vagrant/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/uri/generic.rb:1203:in `rescue in merge': the scheme http does not accept registry part: 192.168.91.11:9696v2.0 (or bad hostname?) (URI::InvalidURIError)
from /home/vagrant/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/uri/generic.rb:1200:in `merge'
from /home/vagrant/.rvm/gems/ruby-2.1.2@aviatordemo/gems/faraday-0.8.8/lib/faraday/connection.rb:303:in `build_exclusive_url'
from /home/vagrant/.rvm/gems/ruby-2.1.2@aviatordemo/gems/faraday-0.8.8/lib/faraday/request.rb:94:in `to_env'
from /home/vagrant/.rvm/gems/ruby-2.1.2@aviatordemo/gems/faraday-0.8.8/lib/faraday/connection.rb:252:in `run_request'
from /home/vagrant/.rvm/gems/ruby-2.1.2@aviatordemo/gems/faraday-0.8.8/lib/faraday/connection.rb:106:in `get'
from /home/vagrant/.rvm/gems/ruby-2.1.2@aviatordemo/bundler/gems/aviator-d7c9c217f097/lib/aviator/core/service.rb:85:in `request'
from openstack-manual.rb:49:in `get_tenant_data'
from openstack-manual.rb:136:in `block in <main>'
from openstack-manual.rb:135:in `each'
from openstack-manual.rb:135:in `<main>' It's not clear to me where he gets that uri from since it seems like a / is missing somewhere.. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I use admin user wich have admin role only on admin tenant, but keystone does not fetch all tenant, so I can not see tenants on the dashboard. Is there a way to tell aviator to use admin URL.
The text was updated successfully, but these errors were encountered: