aboutsummaryrefslogtreecommitdiffstats
path: root/requirements.txt
diff options
context:
space:
mode:
authorDan Prince <dprince@redhat.com>2014-06-10 14:01:06 -0400
committerDan Prince <dprince@redhat.com>2014-06-10 14:01:06 -0400
commit86230e11d10a9a605f1eaaf9ab3619875224eb3d (patch)
treecac4dce869f1049b86b576dfb4e034f41e40e784 /requirements.txt
parent3e1474324568a277bd3d8e493d26021ec3f3767c (diff)
Implement apply for ifcfg implementation
Adds an apply function to the ifcfg implementation which: 1) Shuts down existing interfaces w/ ifdown 2) writes new interfaces config files (routes too) 3) Starts up new interfaces w/ ifup
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index 8883e46..9719046 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,3 +1,8 @@
pbr>=0.5.21,<1.0
+anyjson>=0.3.3
Babel>=0.9.6
+six>=1.6.0
+eventlet>=0.13.0
+iso8601>=0.1.9
netaddr>=0.7.6
+oslo.config>=1.2.0