Add a spce between the words of feature and set in the spec file

Change-Id: I3ab5bcce004c7f8792985bf191d95e576e2201f8
Closes-Bug: #1436389
This commit is contained in:
xxj 2015-03-25 15:10:43 +00:00
parent 95e14f6fb9
commit 16362bfc82
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ Design Principles
Alternatives
------------
1. Extending Nova's existing featureset to offer container features
1. Extending Nova's existing feature set to offer container features
1.1. Container features don't fit into Nova's idea of compute (VM/Server)
2. A completely separate containers service forked from Nova.
2.1. Would result in large overlap and duplication in features and code