Thank you Kacper, I got those files ready. But when I ran
startup_ndslabs.py, it gave me this error:
File "startup_ndslabs.py", line 6, in <module>
from novaclient.v1_1 import client
File "/Users/LY/novaclient/__init__.py", line 18, in <module>
__version__ = pbr.version.VersionInfo('python-novaclient').version_string()
File "/Users/LY/pbr/version.py", line 457, in version_string
return self.semantic_version().brief_string()
File "/Users/LY/pbr/version.py", line 452, in semantic_version
self._semantic = self._get_version_from_pkg_resources()
File "/Users/LY/pbr/version.py", line 439, in _get_version_from_pkg_resources
result_string = packaging.get_version(self.package)
File "/Users/LY/pbr/packaging.py", line 576, in get_version
raise Exception("Versioning for this project requires either an sdist"
Exception: Versioning for this project requires either an sdist
tarball, or access to an upstream git repository. Are you sure that
git is installed?
It seems like something wrong with the novaclient module but I tried
uninstalled and installed python-novaclient module using pip several times
and it does not work..