jacky06 9806db7899 Replace git.openstack.org URLs with opendev.org URLs
Change-Id: I754c795e3bcfcc3042b38cb57b01b7207e92083a
2019-04-26 09:25:22 +08:00

1.0 KiB

Installation

If you are installing senlinclient from an OpenStack distribution, follow the guide provided by the vendor.

If you prefer installing senlinclient from source repo, you can do it by first get senlinclient code from OpenStack git repository.

$ cd /opt/stack
$ git clone https://opendev.org/openstack/python-senlinclient.git

Then execute the following command

$ cd python-senlinclient
$ sudo python setup.py install