astara/.gitignore
David Lenwell c8f14d6e9d Add driver framework
This abstracts all router-specific functionality into a router driver,
paving the way for the Rug managing other advanced services.

'rug-ctl router {debug, manage, update, rebuild}' commands have been
deprecated in favor of 'rug-ctl resource' equivalents, to be removed
in M.  The newer 'resource' commands are meant to address any
Rug-managed resource.  These requests are routed to the correct place
on the server-side, instead of a Neutron lookup on the client side.

Co-authored-by: Adam Gandelman <adamg@ubuntu.com>

Partially Implements: blueprint appliance-provisioning-driver
Change-Id: I1d2c68b81d28ebb0ca6ce4dcad237c4803bb96d6
2015-10-08 13:27:03 -07:00

49 lines
392 B
Plaintext
Executable File

*.py[co]
# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
.tox
#Translations
*.mo
#Mr Developer
.mr.developer.cfg
# Packaging output
*.deb
# pbr output
AUTHORS
ChangeLog
test.conf
*.swp
#pycharm cruft
.idea/*
*.db
*.db_clean
#macos hidden files
.DS_Store
._.DS_Store