🪐
OpenStack 源码分析之 Neutron
search
⌘Ctrlk
🪐
OpenStack 源码分析之 Neutron
  • 前言
  • 整体结构
  • bin
  • doc
  • etc
  • neutron
    • agent
    • api
    • cmd
    • common
    • db
    • debug
    • extensions
    • hacking
    • locale
    • notifiers
    • openstack
    • plugins
    • scheduler
    • server
    • service.py
    • services
    • tests
      • base.py
      • common
      • etc
      • fake_notifier.py
      • functional
      • post_mortem_debug.py
      • tools.py
      • unit
      • var
      • init.py
    • auth.py
    • context.py
    • hooks.py
    • i18n.py
    • manager.py
    • neutron_plugin_base_v2.py
    • policy.py
    • quota.py
    • service.py
    • version.py
    • wsgi.py
  • rally-jobs
  • tools
  • 理解代码
gitbookPowered by GitBook
block-quoteOn this pagechevron-down
  1. neutron

tests

base.pychevron-rightcommonchevron-rightetcchevron-rightfake_notifier.pychevron-rightfunctionalchevron-rightpost_mortem_debug.pychevron-righttools.pychevron-rightunitchevron-rightvarchevron-rightinit.pychevron-right
Previousinit.pychevron-leftNextbase.pychevron-right

Last updated 5 years ago