From 761437ec68d499a5342d9401f5a807a2183a4f8b Mon Sep 17 00:00:00 2001 From: jichenjc Date: Fri, 11 Dec 2015 04:07:29 +0800 Subject: [PATCH] Remove a restriction on injection files nova allows injections of zip or binary files, the doc should not say 'You cannot inject binary or zip files into a new build' blueprint complete-todo-in-api-concept-doc Change-Id: I09b80268545ea0071946aefd3a566441296436ec Closes-Bug: 1525132 --- api-guide/source/server_concepts.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/api-guide/source/server_concepts.rst b/api-guide/source/server_concepts.rst index ea29871480..04775b64eb 100644 --- a/api-guide/source/server_concepts.rst +++ b/api-guide/source/server_concepts.rst @@ -357,9 +357,6 @@ Considerations The maximum limit refers to the number of bytes in the decoded data and not the number of characters in the encoded data. -- You can inject text files only. You cannot inject binary or zip files - into a new build. - - The maximum number of file path/content pairs that you can supply is also determined by the compute provider and is defined by the maxPersonality absolute limit.