mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
5 lines
131 B
Python
5 lines
131 B
Python
from pprint import pprint
|
|
|
|
def merge(dbag, metadata):
|
|
dbag[metadata["vm_ip_address"]] = metadata["vm_metadata"]
|
|
return dbag |