mirror of
https://github.com/ansible/awx.git
synced 2026-01-22 23:18:03 -03:30
Do not reset capacity of iso nodes when disabled
This commit is contained in:
parent
9b0329021c
commit
6ef3b18803
@ -303,6 +303,7 @@ class IsolatedManager(object):
|
||||
Performs save on each instance to update its capacity.
|
||||
'''
|
||||
try:
|
||||
instance_qs = instance_qs.filter(enabled=True)
|
||||
private_data_dir = tempfile.mkdtemp(
|
||||
prefix='awx_iso_heartbeat_',
|
||||
dir=settings.AWX_PROOT_BASE_PATH
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user