Missing value auth-url required for auth plugin password

前端 未结 4 695
眼角桃花
眼角桃花 2021-02-14 00:20

I am trying to install openstack using devstack on ubuntu 16.04. I followed the following link.

https://docs.openstack.org/developer/devstack/guides/singl

4条回答
  •  耶瑟儿~
    2021-02-14 00:43

    always run admin-openrc file before running any openstack command eg.

    $source admin-openrc

    then run whatever openstack command you want to run

    eg.

    $openstack --debug server list

提交回复
热议问题