Skip to content
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.

Commit

Permalink
Use upstream R53 class
Browse files Browse the repository at this point in the history
The neccessary R53 functionality is now in bootstrap-cfn so no longer
needed here (we can just import it).
  • Loading branch information
mattmb committed May 29, 2015
1 parent 3b792a7 commit 97a82ca
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 123 deletions.
2 changes: 1 addition & 1 deletion bootstrap_salt/fab_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

from cloudformation import Cloudformation
from ec2 import EC2
from r53 import R53
from bootstrap_cfn.r53 import R53

from .deploy_lib import github

Expand Down
47 changes: 0 additions & 47 deletions bootstrap_salt/r53.py

This file was deleted.

3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
'boto>=2.36.0',
'bootstrap-cfn>=0.4.1',
'requests',
'ndg-httpsclient'
'ndg-httpsclient',
'dnspython'
],
setup_requires=[
'mock>=1.0.1',
Expand Down
74 changes: 0 additions & 74 deletions tests/test_r53.py

This file was deleted.

0 comments on commit 97a82ca

Please sign in to comment.