Update the quickstart.rst file

Change-Id: I84e9c60b8e8b69da38e00b37317f88a1b15fe8a7
This commit is contained in:
zhuzeyu 2017-02-20 15:17:22 +08:00
parent 6219298b66
commit 477d7bb4e6
1 changed files with 2 additions and 2 deletions

View File

@ -96,8 +96,8 @@ Generating Kubernetes Secrets
=============================
Before using this script, you MUST generate passwords by using
``generate_passwords.py`` (comes with kolla distribution), if there is no
``password.yml`` at ``/etc/kolla``, the script will generate an error.
``generate_passwords.py`` (comes with kolla-ansible distribution), if there is
no ``password.yml`` at ``/etc/kolla``, the script will generate an error.
Script accepts 1 parameter: ``create`` or ``delete``.
::