Use swsync as base dir not sync anymore.

This commit is contained in:
Chmouel Boudjnah 2013-03-27 18:27:53 +01:00
parent f85bbfaee4
commit 7dc658cc0c
2 changed files with 17 additions and 2 deletions

View File

@ -4,4 +4,4 @@
modules=setup modules=setup
# The base module to hold the copy of openstack.common # The base module to hold the copy of openstack.common
base=sync base=swsync

View File

@ -1,4 +1,19 @@
# -*- encoding: utf-8 -*- # -*- coding: utf-8 -*-
# Copyright (C) 2013 eNovance SAS <licensing@enovance.com>
#
# Author: Chmouel Boudjnah <chmouel@enovance.com>
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
from swiftclient import client as swiftclient from swiftclient import client as swiftclient
from swift.common.bufferedhttp import http_connect_raw from swift.common.bufferedhttp import http_connect_raw
from swift.common.http import is_success from swift.common.http import is_success