From 22a05a760693cddee8bb7eccae9976024094c671 Mon Sep 17 00:00:00 2001 From: Nadya Privalova Date: Mon, 10 Jun 2013 19:44:57 +0400 Subject: [PATCH] Helper for Swift integration was added. * We only support default configs now * Username and Password for Swift access should be pointed during hadoop-job starting * Tenant and Auth-Url is get from context Implements blueprint savanna-swift-integration Change-Id: Ifb902029ffdea6377563bcc1d2da91bd573c5901 --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8c15169..3c6af1a 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,8 @@ setuptools.setup( packages=setuptools.find_packages(exclude=['bin']), package_data={'savanna': [ 'plugins/vanilla/resources/*.template', - 'plugins/vanilla/resources/*.xml' + 'plugins/vanilla/resources/*.xml', + 'swift/resources/*.xml', ]}, install_requires=requires, dependency_links=depend_links,