~ubuntu-branches/ubuntu/vivid/ironic/vivid-updates

« back to all changes in this revision

Viewing changes to ironic.egg-info/entry_points.txt

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2015-03-30 11:14:57 UTC
  • mfrom: (1.2.6)
  • Revision ID: package-import@ubuntu.com-20150330111457-kr4ju3guf22m4vbz
Tags: 2015.1~b3-0ubuntu1
* New upstream release.
  + d/control: 
    - Align with upstream dependencies.
    - Add dh-python to build-dependencies.
    - Add psmisc as a dependency. (LP: #1358820)
  + d/p/fix-requirements.patch: Rediffed.
  + d/ironic-conductor.init.in: Fixed typos in LSB headers,
    thanks to JJ Asghar. (LP: #1429962)

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
agent_ipmitool = ironic.drivers.agent:AgentAndIPMIToolDriver
18
18
agent_pyghmi = ironic.drivers.agent:AgentAndIPMINativeDriver
19
19
agent_ssh = ironic.drivers.agent:AgentAndSSHDriver
 
20
agent_vbox = ironic.drivers.agent:AgentAndVirtualBoxDriver
20
21
fake = ironic.drivers.fake:FakeDriver
21
22
fake_agent = ironic.drivers.fake:FakeAgentDriver
 
23
fake_amt = ironic.drivers.fake:FakeAMTDriver
 
24
fake_discoverd = ironic.drivers.fake:FakeIPMIToolDiscoverdDriver
22
25
fake_drac = ironic.drivers.fake:FakeDracDriver
23
26
fake_iboot = ironic.drivers.fake:FakeIBootDriver
24
27
fake_ilo = ironic.drivers.fake:FakeIloDriver
29
32
fake_seamicro = ironic.drivers.fake:FakeSeaMicroDriver
30
33
fake_snmp = ironic.drivers.fake:FakeSNMPDriver
31
34
fake_ssh = ironic.drivers.fake:FakeSSHDriver
 
35
fake_vbox = ironic.drivers.fake:FakeVirtualBoxDriver
32
36
iscsi_ilo = ironic.drivers.ilo:IloVirtualMediaIscsiDriver
 
37
pxe_amt = ironic.drivers.pxe:PXEAndAMTDriver
33
38
pxe_drac = ironic.drivers.drac:PXEDracDriver
34
39
pxe_iboot = ironic.drivers.pxe:PXEAndIBootDriver
35
40
pxe_ilo = ironic.drivers.pxe:PXEAndIloDriver
39
44
pxe_seamicro = ironic.drivers.pxe:PXEAndSeaMicroDriver
40
45
pxe_snmp = ironic.drivers.pxe:PXEAndSNMPDriver
41
46
pxe_ssh = ironic.drivers.pxe:PXEAndSSHDriver
 
47
pxe_vbox = ironic.drivers.pxe:PXEAndVirtualBoxDriver
42
48