1a050ec2c4
1. remove poetry dependency 2. add requirements.tx, test-requirements.txt, setup.py and setup.cfg 3. add more env into tox.ini 4. remove some command from Makefile 5. cleanup the dependencies 6. change some commands of README 7. update the devstack Depends-On: https://review.opendev.org/c/openstack/skyline-console/+/843257 Change-Id: I4cefc4cfdaadf7b3ba03ffe8441e9ae760772349 |
||
---|---|---|
.. | ||
plugin.sh | ||
README.rst | ||
settings |
Enabling Skyline in Devstack
Note
Ubuntu 20.04 (Focal Fossa) is the most tested, and will probably go the smoothest.
Download DevStack:
git clone https://github.com/openstack-dev/devstack.git cd devstack
Add this repo as an external repository in
local.conf
file:> cat local.conf [[local|localrc]] enable_plugin skyline-apiserver https://opendev.org/openstack/skyline-apiserver To use stable branches, make sure devstack is on that branch, and specify the branch name to enable_plugin, for example:: enable_plugin skyline-apiserver https://opendev.org/openstack/skyline-apiserver master
Run
stack.sh
Visit the skyline UI with 9999 port