2017-02-16 20:42:20 +01:00
|
|
|
--- cloudinit/cmd/main.py.orig
|
|
|
|
+++ cloudinit/cmd/main.py
|
|
|
|
@@ -681,6 +681,10 @@ def main(sysv_args=None):
|
|
|
|
rname, rdesc = ("dhclient-hook",
|
|
|
|
"running dhclient-hook module")
|
|
|
|
|
|
|
|
+ elif name == 'query':
|
2017-08-31 22:02:18 +02:00
|
|
|
+ print('Action query is not yet implemented')
|
2017-02-17 13:41:14 +01:00
|
|
|
+ sys.exit(1)
|
2017-02-16 20:42:20 +01:00
|
|
|
+
|
|
|
|
args.reporter = events.ReportEventStack(
|
|
|
|
rname, rdesc, reporting_enabled=report_on)
|
|
|
|
|