Giter Club home page Giter Club logo

Comments (3)

BirknerAlex avatar BirknerAlex commented on June 5, 2024

Hey @ravenpi,

I would like to see this feature in our library. 👍 If you like to add this functionality please feel free. Just create a pull request, if everything works fine we will merge it.

Regards,
Alexander

from ruby-openstack.

Qwertyn avatar Qwertyn commented on June 5, 2024

Hello!
It can be made so

keystone = OpenStack::Connection.create(username: 'admin', api_key: '123', auth_url: 'http://192.168.123.123:5000/v3/', authtenant_name: 'admin', service_type: 'identity', user_domain: 'default', project_name: 'admin', project_domain_name: 'default', endpoint_type: 'adminURL')

tenant = keystone.create_tenant(name: 'tenant1', description: 'description', enabled: true)

user = keystone.create_user(name: 'user1', password: 'password1', email: '[email protected]')

role_id = keystone.roles.find { |r| r[:name] == 'Member' }[:id] # (Member, member, _member_, admin, ...)

keystone.add_user_to_tenant(tenant_id: tenant.id, role_id: role_id, user_id: user.id)

Methods Identity Connection v2 and v3: #87

from ruby-openstack.

BirknerAlex avatar BirknerAlex commented on June 5, 2024

Thanks again @Qwertyn :)

Issue seems to be closable now.

from ruby-openstack.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.