예제 #1
0
 def associate(cls, context, project_id, network_id=None, force=False):
     db.network_associate(context,
                          project_id,
                          network_id=network_id,
                          force=force)
예제 #2
0
파일: network.py 프로젝트: EdLeafe/nova
 def associate(cls, context, project_id, network_id=None, force=False):
     db.network_associate(context, project_id, network_id=network_id,
                          force=force)