Skip to content

Commit f775078

Browse files
authored
Merge pull request #9 from stackhpc/syntax_error
fix project_config invocation syntax error
2 parents a3168ef + 154413e commit f775078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/managing_users_and_projects.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Example invocation:
3939
4040
admin# source |base_path|/src/|kayobe_config|/etc/kolla/public-openrc.sh
4141
admin# source |base_path|/venvs/|project_config|/bin/activate
42-
admin# tools/|project_config| --vault-password-file |vault_password_file_path|
42+
admin# tools/|project_config| -- --vault-password-file |vault_password_file_path|
4343
4444
Deleting Users and Projects
4545
---------------------------

0 commit comments

Comments
 (0)