diff --git a/cloud-init-handle-not-implemented-query.patch b/cloud-init-handle-not-implemented-query.patch index 0ed63f6..133cff0 100644 --- a/cloud-init-handle-not-implemented-query.patch +++ b/cloud-init-handle-not-implemented-query.patch @@ -6,7 +6,7 @@ + elif name == 'query': + print 'Action query is not yet implemented' -+ sys.exit(1) ++ sys.exit(1) + args.reporter = events.ReportEventStack( rname, rdesc, reporting_enabled=report_on)