Correct MB/GB constants
[osm/N2VC.git] / examples / add_machine.py
index 34f7869..c5f9a6c 100755 (executable)
@@ -13,8 +13,8 @@ import logging
 from juju import loop
 from juju.model import Model
 
-MB = 1024 * 1024
-GB = MB * 1024
+MB = 1
+GB = 1024
 
 
 async def main():