lp:~somikbehera/horizon/openstack-dashboard-networking-poc

Created by Somik Behera and last modified
Get this branch:
bzr branch lp:~somikbehera/horizon/openstack-dashboard-networking-poc
Only Somik Behera can upload to this branch. If you are Somik Behera please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Somik Behera
Project:
OpenStack Dashboard (Horizon)
Status:
Development

Recent revisions

33. By Somik Behera

Nicira proof of concept prototype code demonstrating:

1) OpenStack Quantum( previously known as Network as a Service or NaaS) working end-end
   through OpenStack Dashboard.
2) Demonstrates an UI for OpenStack Networking, in a manner consistent with existing
   OpenStack UI for Compute, Storage and Key management.
3) Demonstrates advanced networking services like "Gateways" can seamlessly "plug" into
   OpenStack Quantum networks at the "Logical" layer.

This code is being shared by Nicira Networks Inc for the OpenStack community to build
a enterprise class Cloud Network Management Dashboard based on OpenStack Quantum and
associated services.

For any questions regarding the code or the vision, please feel free to reach out to
me - Somik Behera <email address hidden>

added:
  django-nova/src/django_nova/ovs_naas_client.py
  django-nova/src/django_nova/ovs_naas_client_lib.py
  django-nova/src/django_nova/templates/django_nova/gateways/
  django-nova/src/django_nova/templates/django_nova/gateways/_attach_form.html
  django-nova/src/django_nova/templates/django_nova/gateways/_create_form.html
  django-nova/src/django_nova/templates/django_nova/gateways/base.html
  django-nova/src/django_nova/templates/django_nova/gateways/index.html
  django-nova/src/django_nova/templates/django_nova/networks/
  django-nova/src/django_nova/templates/django_nova/networks/_attach_form.html
  django-nova/src/django_nova/templates/django_nova/networks/_create_form.html
  django-nova/src/django_nova/templates/django_nova/networks/base.html
  django-nova/src/django_nova/templates/django_nova/networks/index.html
  django-nova/src/django_nova/views/gateways.py
  django-nova/src/django_nova/views/networks.py
modified:
  django-nova/src/django_nova/forms.py
  django-nova/src/django_nova/manager.py
  django-nova/src/django_nova/templates/django_nova/base.html
  django-nova/src/django_nova/templates/django_nova/images/index.html
  django-nova/src/django_nova/urls/project.py
  openstack-dashboard/tools/install_venv.py
  openstack-dashboard/tools/pip-requires/

32. By Jake Dahn

The jquery ui popup alert that the user may be having connection issues when ajax requests fail now waits until it fails twice (30 seconds) before notifying the user.

This will eliminate the annoying popup from interrupting the user's workflow when they may just have a small connection hiccup.

31. By Devin Carlen

Now references the nova-adminclient project instead of maintaining a copy of the adminclient.

30. By Jake Dahn

This branch fixes inconsistencies which were causing errors and breaking section 508 compatibility.

29. By Jeffrey Wilcox

Fixed overlap of register h3 with button on Firefox 3.6, and adjusted height of login box to match.

28. By Todd Willey

change message when attach message sent to compute host. change the default, as ephemeral disks (depending on instance since, like m1.medium) may be available at /dev/vdb.

27. By Devin Carlen

Fixed an issue that preventing images from being made public.

26. By Devin Carlen

Simplified the logic around whether a user can modify images. It needs to be refactored again but it was very broken in its current state.

25. By Devin Carlen

The manage user roles UI on the project tab wasn't showing the correct roles when editing a user.

24. By Devin Carlen

Fixed the project role admin UI.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:~hudson-openstack/horizon/trunk
This branch contains Public information 
Everyone can see this information.

Subscribers