← Back to team overview

registry team mailing list archive

[Bug 607527] [NEW] VPN not created for auto-created project

 

Public bug reported:

When a user is created, there is a project auto-created.  However,
Vpn.create is not called in UserManager::create_user (unlike
UserManager::create_project)

Perhaps the call to conn.create_project in create_user should actually
be a call to self.create_project.  Or perhaps we need an explicit call
to Vpn.create.  I think the former is better, because of DRY.

The problem manifests itself as an exception when calling nova-manage
vpn list, because vpn_ip throws.  I think that code should also be
fixed, so that it can cope if a project doesn't have a VPN assigned.

** Affects: nova
     Importance: Undecided
         Status: New

-- 
VPN not created for auto-created project
https://bugs.launchpad.net/bugs/607527
You received this bug notification because you are a member of Registry
Administrators, which is subscribed to OpenStack.



Follow ups

References