Update docstring on memory check function

It still say 4 GB when the actual amount has been raised to 8.

Change-Id: Ic384b7d42cfd37a6be958a3dbf1747c2daa4b2b1
This commit is contained in:
Ben Nemec 2017-06-08 18:03:05 +00:00
parent d1d42fc0c7
commit 65b6027526
1 changed files with 1 additions and 1 deletions

View File

@ -632,7 +632,7 @@ def _check_hostname():
def _check_memory():
"""Check system memory
The undercloud will not run properly in less than 4 GB of memory.
The undercloud will not run properly in less than 8 GB of memory.
This function verifies that at least that much is available before
proceeding with install.
"""