Code Review
/
fuel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
c4afb1d
)
Fix for not reaping 'ssh_network'
75/15275/1
author
Peter Barabas
<peter.barabas@ericsson.com>
Wed, 8 Jun 2016 13:10:31 +0000
(15:10 +0200)
committer
Peter Barabas
<peter.barabas@ericsson.com>
Wed, 8 Jun 2016 13:10:31 +0000
(15:10 +0200)
Change-Id: Ib225701a808211e50554c8f1762325aa75ecc33f
Signed-off-by: Peter Barabas <peter.barabas@ericsson.com>
deploy/reap.py
patch
|
blob
|
history
diff --git
a/deploy/reap.py
b/deploy/reap.py
index
1262d4c
..
c642a42
100644
(file)
--- a/
deploy/reap.py
+++ b/
deploy/reap.py
@@
-244,7
+244,7
@@
class Reap(object):
fuel[key] = data[key]
for key in fuel['ADMIN_NETWORK'].keys():
if key not in ['ipaddress', 'netmask',
- 'dhcp_pool_start', 'dhcp_pool_end']:
+ 'dhcp_pool_start', 'dhcp_pool_end'
, 'ssh_network'
]:
del fuel['ADMIN_NETWORK'][key]
self.write_yaml(self.dea_file, {'fuel': fuel})