Skip to content

Commit e566b89

Browse files
committed
Run update_meta in turn-on method
1 parent f8e1fa0 commit e566b89

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

node_cli/operations/base.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,13 @@ def turn_off():
281281

282282
def turn_on(env):
283283
logger.info('Turning on the node...')
284+
update_meta(
285+
VERSION,
286+
env['CONTAINER_CONFIGS_STREAM'],
287+
env['DOCKER_LVMPY_STREAM'],
288+
distro.id(),
289+
distro.version()
290+
)
284291
if env.get('SKIP_DOCKER_CONFIG') != 'True':
285292
configure_docker()
286293
logger.info('Launching containers on the node...')

0 commit comments

Comments
 (0)