Correct a mistake for URL description

Link for bug-tracker in "Virtual instance reservation" section is
displayed improperly.
Correct it by adding new line before it.

Change-Id: Idda9f655ec58cefac3953e6b1f42846e97223647
This commit is contained in:
Yasufumi Ogawa 2017-04-13 16:39:02 +09:00
parent 38f1f1ce14
commit ab14d4643c
1 changed files with 2 additions and 1 deletions

View File

@ -32,6 +32,7 @@ Virtual instance reservation
**Note** virtual instance reservation feature is not available in current
release. Expected to be available in the future (`bug tracker`_).
.. _bug tracker: https://blueprints.launchpad.net/blazar/+spec/new-instance-reservation
Virtual instance reservation mostly looks like usual instance booting for user
@ -70,4 +71,4 @@ his/her instances on it passing special scheduler hint to Nova. When host is
reserved, its not used for usual instance running, it might be used only when
lease starts and only by passing reservation ID to Nova. That is implemented
using special Nova Scheduler filter, that passes reservation ID to Blazar and
checks if user really can use reserved compute capacity.
checks if user really can use reserved compute capacity.