yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #38928
[Bug 1494125] Re: When post an unkown external event to nova api, it will return 500
** Changed in: nova
Status: Fix Committed => Fix Released
** Changed in: nova
Milestone: None => liberty-rc1
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1494125
Title:
When post an unkown external event to nova api, it will return 500
Status in OpenStack Compute (nova):
Fix Released
Bug description:
The InstanceExternalEvent object use enum type for name field
https://github.com/openstack/nova/blob/279c2b0a015b67c5195ab028eeab15b00a94e5ee/nova/objects/external_event.py#L41
But there isn't any limit in the API schema
https://github.com/openstack/nova/blob/279c2b0a015b67c5195ab028eeab15b00a94e5ee/nova/api/openstack/compute/schemas/server_external_events.py#L29
It leads to return 500.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1494125/+subscriptions
References