Added *.pyo to .gitignore-common; minor typo fixed in openmano client
Change-Id: I9096d854760c010fb7465bb3e2f5471873a7f6d2
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/openmano b/openmano
index 6c546c1..1e5f561 100755
--- a/openmano
+++ b/openmano
@@ -579,7 +579,7 @@
if args.scenario != None:
scenario = args.scenario
if not scenario:
- print "you must provide an scenario in the file descriptor or with --scenario"
+ print "you must provide a scenario in the file descriptor or with --scenario"
return -1
myInstance["instance"]["scenario"] = _get_item_uuid("scenarios", scenario, tenant)
if args.netmap_use: