Bug 1031323
Summary: | instance resource names are limited to 63 characters | ||
---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Steven Dake <sdake> |
Component: | openstack-heat | Assignee: | Steven Dake <sdake> |
Status: | CLOSED ERRATA | QA Contact: | Steven Dake <sdake> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 4.0 | CC: | breeler, ddomingo, eglynn, hateya, sbaker, sdake, shardy, yeylon |
Target Milestone: | rc | Keywords: | OtherQA, Triaged |
Target Release: | 4.0 | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | openstack-heat-2013.2-2.0.el6ost | Doc Type: | Bug Fix |
Doc Text: |
The resource name limit of Compute instances is 63 characters. However, it was possible for the Orchestration service to create resource names with more characters. Whenever this occurred, Compute instances could not obtain DHCP addresses.
This release adds a truncation logic to the Orchestration service's resource name generation. The added logic limits Orchestration resource names to 63 characters while also ensuring that each name is secure and unique.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2013-12-20 00:36:38 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Steven Dake
2013-11-16 20:33:03 UTC
@sbaker, You did the work on the upstream patch. I seem to recall from IRC that you were planning on handling backports for Havana. If this is not the case, could you assign the cherry-pick to someone else? I believe Steve Hardy also has experience in this area. Once the bug is merged into stable/havana upstream, set needinfo on me, and I'll do a build with the changes. Version number is wrong in Comment #0. It should be: openstack-heat-2013.2-1.0.el6 Backport proposed internally: https://code.engineering.redhat.com/gerrit/16909 in parallel with the review on stable/havana upstream: https://review.openstack.org/56828 (to avoid any delays in it landing upstream blocking the fix getting into the RC). Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHEA-2013-1859.html |