This website works better with JavaScript.
Explore
Get Started
openstack
/
ironic-python-agent
Code
Issues
Proposed changes
Renaming to IPA
Browse Source
changes/87/83087/1
Josh Gachnang
9 years ago
parent
6e366520bb
commit
b30d345c2e
45 changed files
with
0 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
0
teeth_agent/__init__.py → ironic_python_agent/__init__.py
Unescape
Escape
View File
0
teeth_agent/agent.py → ironic_python_agent/agent.py
Unescape
Escape
View File
0
teeth_agent/api/__init__.py → ironic_python_agent/api/__init__.py
Unescape
Escape
View File
0
teeth_agent/api/app.py → ironic_python_agent/api/app.py
Unescape
Escape
View File
0
teeth_agent/api/app.wsgi → ironic_python_agent/api/app.wsgi
Unescape
Escape
View File
0
teeth_agent/api/config.py → ironic_python_agent/api/config.py
Unescape
Escape
View File
0
teeth_agent/api/controllers/__init__.py → ironic_python_agent/api/controllers/__init__.py
Unescape
Escape
View File
0
teeth_agent/api/controllers/root.py → ironic_python_agent/api/controllers/root.py
Unescape
Escape
View File
0
teeth_agent/api/controllers/v1/__init__.py → ironic_python_agent/api/controllers/v1/__init__.py
Unescape
Escape
View File
0
teeth_agent/api/controllers/v1/base.py → ironic_python_agent/api/controllers/v1/base.py
Unescape
Escape
View File
0
teeth_agent/api/controllers/v1/command.py → ironic_python_agent/api/controllers/v1/command.py
Unescape
Escape
View File
0
teeth_agent/api/controllers/v1/link.py → ironic_python_agent/api/controllers/v1/link.py
Unescape
Escape
View File
0
teeth_agent/api/controllers/v1/status.py → ironic_python_agent/api/controllers/v1/status.py
Unescape
Escape
View File
0
teeth_agent/base.py → ironic_python_agent/base.py
Unescape
Escape
View File
0
teeth_agent/cmd/__init__.py → ironic_python_agent/cmd/__init__.py
Unescape
Escape
View File
0
teeth_agent/cmd/agent.py → ironic_python_agent/cmd/agent.py
Unescape
Escape
View File
0
teeth_agent/configdrive.py → ironic_python_agent/configdrive.py
Unescape
Escape
View File
0
teeth_agent/decom.py → ironic_python_agent/decom.py
Unescape
Escape
View File
0
teeth_agent/decorators.py → ironic_python_agent/decorators.py
Unescape
Escape
View File
0
teeth_agent/encoding.py → ironic_python_agent/encoding.py
Unescape
Escape
View File
0
teeth_agent/errors.py → ironic_python_agent/errors.py
Unescape
Escape
View File
0
teeth_agent/hardware.py → ironic_python_agent/hardware.py
Unescape
Escape
View File
0
teeth_agent/openstack/__init__.py → ironic_python_agent/openstack/__init__.py
Unescape
Escape
View File
0
teeth_agent/openstack/common/__init__.py → ironic_python_agent/openstack/common/__init__.py
Unescape
Escape
View File
0
teeth_agent/openstack/common/gettextutils.py → ironic_python_agent/openstack/common/gettextutils.py
Unescape
Escape
View File
0
teeth_agent/openstack/common/importutils.py → ironic_python_agent/openstack/common/importutils.py
Unescape
Escape
View File
0
teeth_agent/openstack/common/jsonutils.py → ironic_python_agent/openstack/common/jsonutils.py
Unescape
Escape
View File
0
teeth_agent/openstack/common/local.py → ironic_python_agent/openstack/common/local.py
Unescape
Escape
View File
0
teeth_agent/openstack/common/log.py → ironic_python_agent/openstack/common/log.py
Unescape
Escape
View File
0
teeth_agent/openstack/common/timeutils.py → ironic_python_agent/openstack/common/timeutils.py
Unescape
Escape
View File
0
teeth_agent/overlord_agent_api.py → ironic_python_agent/overlord_agent_api.py
Unescape
Escape
View File
0
teeth_agent/shell/__init__.py → ironic_python_agent/shell/__init__.py
Unescape
Escape
View File
0
teeth_agent/shell/copy_configdrive_to_disk.sh → ironic_python_agent/shell/copy_configdrive_to_disk.sh
Unescape
Escape
View File
0
teeth_agent/shell/reboot.sh → ironic_python_agent/shell/reboot.sh
Unescape
Escape
View File
0
teeth_agent/shell/write_image.sh → ironic_python_agent/shell/write_image.sh
Unescape
Escape
View File
0
teeth_agent/standby.py → ironic_python_agent/standby.py
Unescape
Escape
View File
0
teeth_agent/tests/__init__.py → ironic_python_agent/tests/__init__.py
Unescape
Escape
View File
0
teeth_agent/tests/agent.py → ironic_python_agent/tests/agent.py
Unescape
Escape
View File
0
teeth_agent/tests/api.py → ironic_python_agent/tests/api.py
Unescape
Escape
View File
0
teeth_agent/tests/configdrive.py → ironic_python_agent/tests/configdrive.py
Unescape
Escape
View File
0
teeth_agent/tests/decom.py → ironic_python_agent/tests/decom.py
Unescape
Escape
View File
0
teeth_agent/tests/hardware.py → ironic_python_agent/tests/hardware.py
Unescape
Escape
View File
0
teeth_agent/tests/overlord_agent_api.py → ironic_python_agent/tests/overlord_agent_api.py
Unescape
Escape
View File
0
teeth_agent/tests/standby.py → ironic_python_agent/tests/standby.py
Unescape
Escape
View File
0
teeth_agent/utils.py → ironic_python_agent/utils.py
Unescape
Escape
View File
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
openstack/ironic-python-agent
Title
Body
Create Issue