Bug 890325
Summary: | Horizon doesn't enable user to create network when nova network is used | ||
---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Ofer Blaut <oblaut> |
Component: | python-django-horizon | Assignee: | Julie Pichon <jpichon> |
Status: | CLOSED WONTFIX | QA Contact: | Ami Jeain <ajeain> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 2.1 | CC: | aortega, athomas, eglynn, mrunge, yeylon |
Target Milestone: | beta | ||
Target Release: | 4.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2013-08-03 20:01:47 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
Ofer Blaut
2012-12-26 12:23:03 UTC
I can't reproduce this with openstack-django-horizon-2012.2.1 . Could you please report output the version of openstack-dashboard? Version : python-django-horizon-2012.2.1-2.el6ost.noarch openstack-nova-network-2012.2.2-1.el6ost.noarch using RHEL 6.4 According to the docs, in Folsom, the administrator must use the "nova-manage create-network" command to create a network -> http://docs.openstack.org/folsom/openstack-compute/admin/content/configuring-networking-on-the-compute-node.html. It's not possible to create networks using the client libraries on the CLI (even as a keystone admin), therefore it's not possible to expose it in Horizon either. It looks like APIs to do so were added later in Grizzly: https://blueprints.launchpad.net/nova/+spec/apis-for-nova-manage, https://blueprints.launchpad.net/nova/+spec/tenant-networks. They appear to involve significant changes in Nova and novaclient. Nova-network is on its way to being deprecated, perhaps as early as the Havana cycle: https://blueprints.launchpad.net/nova/+spec/deprecate-nova-network I'm not sure if it makes sense to spend effort surfacing nova-network capabilities to the dashboard, when they will be removed soon. |