From 326de7607a4a2d9b99fc1f7cf6005bba5b6a06f6 Mon Sep 17 00:00:00 2001 From: jichenjc Date: Fri, 11 Dec 2015 04:11:27 +0800 Subject: [PATCH] Remove incorrect comments about file injection there is no method on 'BAK extension appended with a time stamp' if this comes from some Active engine, we should let active engine to document it instead of generialize it in nova blueprint complete-todo-in-api-concept-doc Closes-Bug: 1525137 Change-Id: Ibb05dc57f9be81de335ca4935c4c7fa59971de13 --- api-guide/source/server_concepts.rst | 5 ----- 1 file changed, 5 deletions(-) diff --git a/api-guide/source/server_concepts.rst b/api-guide/source/server_concepts.rst index ea29871480..8a89b8e904 100644 --- a/api-guide/source/server_concepts.rst +++ b/api-guide/source/server_concepts.rst @@ -371,11 +371,6 @@ Considerations The file injection might not occur until after the server is built and booted. -During file injection, any existing files that match specified files are -renamed to include the BAK extension appended with a time stamp. For -example, if the ``/etc/passwd`` file exists, it is backed up as -``/etc/passwd.bak.1246036261.5785``. - After file injection, personality files are accessible by only system administrators. For example, on Linux, all files have root and the root group as the owner and group owner, respectively, and allow user and