VPNaaS UI implementation

This is an implementation of VPNaaS UI.

implements blueprint vpnaas-ui.

Change-Id: I6c92505bb07399ba83e6b7fd7dd75f0fd1b4b2a8
This commit is contained in:
Tatiana Mazur 2013-05-29 12:15:12 +04:00 committed by Nachi Ueno
parent b872b8aeba
commit e381c3413a
2 changed files with 4 additions and 1 deletions

View File

@ -45,6 +45,7 @@ from openstack_dashboard.api import neutron
from openstack_dashboard.api import nova
from openstack_dashboard.api import swift
from openstack_dashboard.api import trove
from openstack_dashboard.api import vpn
assert base
assert cinder
@ -58,3 +59,4 @@ assert lbaas
assert swift
assert ceilometer
assert trove
assert vpn

View File

@ -99,7 +99,8 @@ OPENSTACK_KEYSTONE_BACKEND = {
OPENSTACK_NEUTRON_NETWORK = {
'enable_lb': True,
'enable_quotas': False # Enabled in specific tests only
'enable_quotas': False, # Enabled in specific tests only
'enable_vpn': True
}
OPENSTACK_HYPERVISOR_FEATURES = {