Fixed the invalid link in the kolla/image/build.py

Change-Id: I7bd17624139e1dbd5905ddc2be4436923277ebca
Signed-off-by: Taeha Kim <kthguru@gmail.com>
This commit is contained in:
Taeha Kim 2017-07-07 15:36:22 +09:00
parent e76e0093c1
commit e3a1c1de20
1 changed files with 1 additions and 1 deletions

View File

@ -587,7 +587,7 @@ class KollaWorker(object):
os.path.join(sys.prefix, 'local/share/kolla'),
# NOTE(zioproto): When Kolla is used within a snap, the env var
# $SNAP is the directory where the snap is mounted.
# https://github.com/openstack/snap-kolla
# https://github.com/zioproto/snap-kolla
# More info in snap packages https://snapcraft.io
os.path.join(os.environ.get('SNAP', ''), 'share/kolla'))