Make sure the name in setup.cfg is murano-agent not muranoagent

This also reverts the following oslo-incubator commit
f6a1848688

Change-Id: I467699eb70c5332d097b072e6696cb21f6c6de63
Closes-bug: #1367543
This commit is contained in:
Angus Salkeld 2014-09-12 13:47:05 +10:00
parent e66959a67e
commit 840ef721ac
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,5 @@
[metadata]
name = muranoagent
name = murano-agent
summary = Python Murano Agent
description-file =
README.rst

View File

@ -75,7 +75,9 @@ then
BASEDIR=$(cd "$BASEDIR" && pwd)
fi
PACKAGENAME=${PACKAGENAME:-$(python setup.py --name)}
# Note: This change below is until the following bug is fixed:
# https://bugs.launchpad.net/oslo-incubator/+bug/1367990
PACKAGENAME=${PACKAGENAME:-${BASEDIR##*/}}
TARGETDIR=$BASEDIR/$PACKAGENAME
if ! [ -d $TARGETDIR ]
then