Go to file
Boxiang Zhu 71473abbdc fix: Fix server_name is null in volumes attachment
Fix server_name is null in volumes attachment when volume
is attached to server(s).

Change-Id: I69132a2de6c1974e3c081b7cfff0f29b126837bc
2022-08-26 13:42:32 +08:00
.vscode chore: Remove poetry 2022-05-25 22:26:42 +08:00
container Add skyline port settings 2022-06-23 14:44:23 +08:00
devstack chore: Remove poetry 2022-05-25 22:26:42 +08:00
doc docs: Add more for contributor introduction 2022-08-22 16:47:16 +08:00
etc feat: Support SSO login via openID 2022-08-11 17:35:07 +08:00
kolla fix: Update .zuul.yaml 2022-03-10 19:10:57 +08:00
playbooks/devstack chore: Remove poetry 2022-05-25 22:26:42 +08:00
releasenotes feat: Support SSO login via openID 2022-08-11 17:35:07 +08:00
skyline_apiserver fix: Fix server_name is null in volumes attachment 2022-08-26 13:42:32 +08:00
tools fix: Remove invalid panko policy 2022-08-17 14:05:06 +08:00
.dockerignore feat: Add doc base frame 2022-07-29 14:31:57 +08:00
.gitignore feat: Add doc base frame 2022-07-29 14:31:57 +08:00
.gitreview fix: update skyline nginx log file address 2022-02-09 16:42:42 +08:00
.isort.cfg chore: Remove poetry 2022-05-25 22:26:42 +08:00
.zuul.yaml feat: Add doc base frame 2022-07-29 14:31:57 +08:00
bindep.txt feature: Add ZUUL JOBs 2021-08-25 15:01:17 +08:00
LICENSE feat: Add initial code of skyline-apiserver 2021-06-01 23:39:57 +08:00
Makefile fix: Fix the folder name of skyline-console 2022-05-27 20:00:57 +08:00
MANIFEST.in fix: Add MANIFEST.in and remove templates from packages 2022-07-21 13:42:09 +08:00
mypy.ini feat: Support mypy check 2022-07-28 16:09:31 +08:00
pytest.ini chore: Remove poetry 2022-05-25 22:26:42 +08:00
README-zh_CN.rst docs: Add docker install of skyline-apiserver 2022-08-19 17:26:19 +08:00
README.rst docs: Add more for contributor introduction 2022-08-22 16:47:16 +08:00
requirements.txt refactor: Remove invalid codes for volumes and snapshots 2022-08-23 16:03:38 +08:00
setup.cfg fix: Add MANIFEST.in and remove templates from packages 2022-07-21 13:42:09 +08:00
setup.py chore: Remove poetry 2022-05-25 22:26:42 +08:00
swagger.json chore: Add description for api params 2022-08-25 17:41:06 +08:00
test-requirements.txt fix: Update the package version 2022-08-18 13:44:30 +08:00
tox.ini fix: Add envdir to common commands in tox 2022-08-24 14:05:36 +08:00

===========================
OpenStack Skyline APIServer
===========================

.. image:: https://governance.openstack.org/tc/badges/skyline-apiserver.svg
    :target: https://governance.openstack.org/tc/reference/tags/index.html

.. Change things from this point on

OpenStack Skyline APIServer is the back-end server of Skyline.

Skyline is an OpenStack dashboard optimized by UI and UE, support OpenStack
Train+. It has a modern technology stack and ecology, is easier for developers
to maintain and operate by users, and has higher concurrency performance.

You can learn more about Skyline APIServer at:

* `Wiki <https://wiki.openstack.org/Skyline>`__
* `Developer Docs <https://docs.openstack.org/skyline-apiserver/latest/>`__
* `Blueprints <https://blueprints.launchpad.net/skyline-apiserver/>`__
* `Release notes <https://docs.openstack.org/releasenotes/skyline-apiserver/>`__

Getting Started
---------------

If you'd like to run from the master branch, you can clone the git repo:

    git clone https://opendev.org/openstack/skyline-apiserver

You can raise bugs on `Launchpad <https://bugs.launchpad.net/skyline-apiserver>`__

Devstack Integration
--------------------

Fast integration with `devstack <./devstack/README.rst>`__ to build an environment.