kolla-kubernetes/kolla_kubernetes/tests
David C Wang 597a736664 Renamed/Moved files, Split some files, Renamed few classes
- Not a bug-fix nor blue-print, or even code change with exception of
  import paths and renaming.
- Moved cmd/shell.py to app.py, and renamed the class inside of it
  from KollaKubernetesShell to KollaKubernetesApp.
- Deleted type_utils.py and moved its type_utils class into
  utils.py:TypeUtils, and also its respective tests.
- Split cli/service.py into commands/cmd_service.py and
  commands/cmd_resource.py.  All original service commands
  (kill/run/bootstrap) are in cmd_service.py, and all of the new
  resource commnads (resource, resource-template, resource-map) are
  now in cmd_resource.py.
- Moved common/* files (utils.py, pathfinder.py) up one directory to
  parent for both files and tests.  There isn't much "common" about
  these files.
- Modified setup.cfg to reflect the new command locations.
- Any other files edited are because the import paths needed to
  change.

Change-Id: I35771734d77f59efe68f0bbc2dda7fea5a0096b8
2016-07-18 23:10:37 +00:00
..
__init__.py Update for successful pep8 2016-05-05 22:20:22 +05:30
base.py Implement a command line to start/stop keystone services 2016-05-09 16:11:34 -04:00
test_pathfinder.py Renamed/Moved files, Split some files, Renamed few classes 2016-07-18 23:10:37 +00:00
test_utils.py Renamed/Moved files, Split some files, Renamed few classes 2016-07-18 23:10:37 +00:00