Merge lib-in-python-package
This commit is contained in:
commit
25547804bf
Makefilecharm-helpers-hooks.yaml
charmhelpers
__init__.py
contrib
__init__.py
charmsupport
hahelpers
network
openstack
__init__.pyalternatives.py
amulet
context.pyfiles
ip.pyneutron.pytemplates
__init__.pyceph.confgit.upstarthaproxy.cfgopenstack_https_frontendopenstack_https_frontend.confsection-keystone-authtokensection-rabbitmq-oslosection-zeromq
templating.pyutils.pypython
storage
core
__init__.pydecorators.pyfstab.pyhookenv.pyhost.py
services
strutils.pysysctl.pytemplating.pyunitdata.pyfetch
payload
hooks
lib
5
Makefile
Normal file → Executable file
5
Makefile
Normal file → Executable file
@ -2,8 +2,9 @@
|
||||
PYTHON := /usr/bin/env python
|
||||
|
||||
lint:
|
||||
@flake8 --exclude hooks/charmhelpers hooks
|
||||
@flake8 --exclude hooks/charmhelpers unit_tests tests
|
||||
@flake8 lib
|
||||
@flake8 --exclude charmhelpers hooks
|
||||
@flake8 --exclude charmhelpers unit_tests tests
|
||||
@charm proof
|
||||
|
||||
unit_test:
|
||||
|
@ -1,5 +1,5 @@
|
||||
branch: lp:charm-helpers
|
||||
destination: hooks/charmhelpers
|
||||
destination: charmhelpers
|
||||
include:
|
||||
- core
|
||||
- contrib.openstack|inc=*
|
||||
|
0
hooks/charmhelpers/contrib/charmsupport/__init__.py → charmhelpers/contrib/charmsupport/__init__.py
0
hooks/charmhelpers/contrib/charmsupport/__init__.py → charmhelpers/contrib/charmsupport/__init__.py
1
hooks/charmhelpers
Symbolic link
1
hooks/charmhelpers
Symbolic link
@ -0,0 +1 @@
|
||||
../charmhelpers/
|
1
hooks/lib
Symbolic link
1
hooks/lib
Symbolic link
@ -0,0 +1 @@
|
||||
../lib
|
@ -3,7 +3,7 @@
|
||||
import os
|
||||
import sys
|
||||
|
||||
from swift_storage_utils import (
|
||||
from lib.swift_storage_utils import (
|
||||
PACKAGES,
|
||||
RESTART_MAP,
|
||||
SWIFT_SVCS,
|
||||
|
Loading…
x
Reference in New Issue
Block a user