Add comment to fix bin symlinks

This commit is contained in:
Corey Bryant
2015-05-11 12:36:44 +00:00
parent 6718be2e23
commit 3d05087d2b

View File

@@ -1721,6 +1721,7 @@ def git_post_install(projects_yaml):
shutil.rmtree(configs['dest'])
shutil.copytree(configs['src'], configs['dest'])
# NOTE(coreycb): Need to find better solution than bin symlinks.
symlinks = [
{'src': os.path.join(git_pip_venv_dir(projects_yaml),
'bin/keystone-manage'),