clean up spec repo

lots of blueprints and specs have bumped around from backlog
to mitaka and back. added a new ongoing section for things like
python3 and functional testing

Change-Id: I52f704635dd53ea26298d2547408286bac0b230c
This commit is contained in:
Steve Martinelli 2016-02-03 01:52:27 -05:00
parent ffc82c78d5
commit 477c488662
17 changed files with 12 additions and 2 deletions

View File

@ -75,6 +75,16 @@ Untargeted Specifications
specs/backlog/*
Ongoing Specifications
======================
.. toctree::
:glob:
:maxdepth: 1
specs/ongoing/*
Implemented Specifications
==========================

View File

@ -5,13 +5,13 @@
http://creativecommons.org/licenses/by/3.0/legalcode
==================
Bootrstrap via CLI
Bootstrap via CLI
==================
`bp bootstrap <https://blueprints.launchpad.net/keystone/+spec/bootstrap>`_
Remove the ADMIN_TOKEN means of initializing a cluster with a CLI that has to
be excuted on the same machine as the Keystone installation.
be executed on the same machine as the Keystone installation.
Problem Description