Bug 948938
| Summary: | 'nova network-create' command fails. | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Jakub Ruzicka <jruzicka> |
| Component: | openstack-nova | Assignee: | Nikola Dipanov <ndipanov> |
| Status: | CLOSED ERRATA | QA Contact: | Ofer Blaut <oblaut> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 2.1 | CC: | beagles, cpelland, eglynn, jhenner, ndipanov, ykaul |
| Target Milestone: | async | ||
| Target Release: | 2.1 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | openstack-nova-2012.2.4-1.el6ost | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-05-09 13:54:58 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 923918, 950133 | ||
|
Description
Jakub Ruzicka
2013-04-05 14:36:29 UTC
Fix proposed to the upstream stable branch: https://review.openstack.org/#/c/26225/ Tested root@puma34 ~(keystone_admin)]$ nova network-create net1 --fixed-range-v4 22.22.22.0/24 [root@puma34 ~(keystone_admin)]$ nova network-list +--------------------------------------+-------------+-----------------+ | ID | Label | Cidr | +--------------------------------------+-------------+-----------------+ | ba220cbf-b6c1-41f2-9cc2-14ac28713a25 | net1 | 22.22.22.0/24 | | f2310fb2-c590-4ffb-a702-5b8b32edd87e | novanetwork | 192.168.32.0/22 | +--------------------------------------+-------------+-----------------+ openstack-nova-network-2012.2.4-2.el6ost.noarch 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/RHBA-2013-0798.html |