Giter VIP home page Giter VIP logo

Comments (4)

eglute avatar eglute commented on August 17, 2024

Hello,
They need to be the same ones as in your openrc file: https://docs.openstack.org/mitaka/install-guide-obs/keystone-openrc.html
The code reads from_auth and to_auth files. If you have SSL (https) enabled, you will also need to provide SSL certificates.

from copystack.

uMtMu avatar uMtMu commented on August 17, 2024

Okey. I used this vagrant box.https://app.vagrantup.com/charliejllewellyn/boxes/openstack-packstack-liberty. Created 2 box with VagrantFile below.

Vagrant source

config.vm.network :forwarded_port, guest: 80, host: 8080 # horizon
config.vm.network :forwarded_port, guest: 5000, host: 5000 # keystone
config.vm.network :forwarded_port, guest: 35357, host: 35357 # keystone
config.vm.network :forwarded_port, guest: 6080, host: 6080 # vnc

Vagrant dest

config.vm.network :forwarded_port, guest: 80, host: 8082 # horizon
config.vm.network :forwarded_port, guest: 5000, host: 5002 # keystone
config.vm.network :forwarded_port, guest: 35357, host: 35359 # keystone
config.vm.network :forwarded_port, guest: 6080, host: 6082 # vnc

I filled like https://docs.openstack.org/mitaka/install-guide-obs/keystone-openrc.html already. I find info from /root/keystone_adminrc file. My auth files like below.
from_auth

export OS_USERNAME=admin
export OS_PASSWORD=xxxxx
export OS_TENANT_NAME=default
export OS_AUTH_URL=http://localhost:35357/v3
export OS_IDENTITY_API_VERSION=3

export OS_AUTH_IP=http://localhost:35357
export OS_CACERT=False

export USER_DOMAIN_ID=xxx
export PROJECT_DOMAIN_ID=xx

to_auth

export OS_USERNAME=admin
export OS_PASSWORD=xxxx
export OS_TENANT_NAME=default
export OS_AUTH_URL=http://localhost:35359/v3
export OS_IDENTITY_API_VERSION=3

export OS_AUTH_IP=http://localhost:35359
export OS_CACERT=False

export USER_DOMAIN_ID=xxxx
export PROJECT_DOMAIN_ID=xxxx

What is OS_AUTH_IP? I couldn't find any thing in google and https://docs.openstack.org/mitaka/install-guide-obs/keystone-openrc.html

from copystack.

uMtMu avatar uMtMu commented on August 17, 2024

I think there is problem in my devstack understanding. I will read more and return to you.

from copystack.

eglute avatar eglute commented on August 17, 2024

OS_AUTH_IP is keystone's auth URL, but in format http://IP or http://domain. Can also be HTTPS.

export OS_AUTH_IP=https://172.16.56.128

from copystack.

Related Issues (2)

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.