Merge "Fix rxtx_factor name for creating a flavor"

This commit is contained in:
Jenkins 2014-07-31 10:51:35 +00:00 committed by Gerrit Code Review
commit aae7ca2f9b
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ class FlavorsTest(test_flavors.FlavorsTest):
"ephemeral": ephemeral,
"id": id,
"swap": swap,
"rxtx_factor": rxtx_factor,
"os-flavor-rxtx:rxtx_factor": rxtx_factor,
"flavor-access:is_public": is_public,
}
}

View File

@ -97,7 +97,7 @@ class FlavorManager(flavors.FlavorManager):
"id": id,
"swap": swap,
"ephemeral": ephemeral,
"rxtx_factor": rxtx_factor,
"os-flavor-rxtx:rxtx_factor": rxtx_factor,
"flavor-access:is_public": is_public,
}
}