X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FRO.git;a=blobdiff_plain;f=openmano;fp=openmano;h=6af5ea58091fa8886a61126e2c1e39f8ef299a7a;hp=e2221bc406813aea2da52801dba9d769e2c063ea;hb=e580c7d9d4c0f8a093597d83808f96cdab261b0c;hpb=868220c566cfd302a38f9a45a75f4dbd4ebbf395 diff --git a/openmano b/openmano index e2221bc4..6af5ea58 100755 --- a/openmano +++ b/openmano @@ -1767,7 +1767,7 @@ if __name__=="__main__": instance_scenario_action_parser = subparsers.add_parser('instance-scenario-action', parents=[parent_parser], help="invoke an action over part or the whole scenario instance") instance_scenario_action_parser.add_argument("name", action="store", help="name or uuid of the scenario instance") instance_scenario_action_parser.add_argument("action", action="store", type=str, \ - choices=["start","pause","resume","shutoff","shutdown","forceOff","rebuild","reboot", "console"],\ + choices=["start","pause","resume","shutoff","shutdown","forceOff","rebuild","reboot", "console", "add_public_key"],\ help="action to send") instance_scenario_action_parser.add_argument("param", nargs='?', help="addional param of the action. e.g. console type (novnc, ...), reboot type (TODO)") instance_scenario_action_parser.add_argument("--vnf", action="append", help="VNF to act on (can use several entries)")