Skip to content

Commit

Permalink
Fixes #36813 - Drop Rackspace CR support (theforeman#619)
Browse files Browse the repository at this point in the history
This was dropped from Foreman in 2.1
  • Loading branch information
evgeni authored Oct 9, 2023
1 parent 97b4440 commit b509ed3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 32 deletions.
6 changes: 0 additions & 6 deletions doc/host_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,12 +252,6 @@ preallocate # boolean, set true to preallocate
wipe_after_delete # boolean, set true to wipe disk after delete
```

## Rackspace
Available keys for `--compute-attributes`:
```
flavor_id
```

## VMware
Available keys for `--compute-attributes`:
```
Expand Down
25 changes: 0 additions & 25 deletions lib/hammer_cli_foreman/compute_resource/rackspace.rb

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@ def self.register_compute_resource(name, compute_resource)
require 'hammer_cli_foreman/compute_resource/libvirt.rb'
require 'hammer_cli_foreman/compute_resource/openstack.rb'
require 'hammer_cli_foreman/compute_resource/ovirt.rb'
require 'hammer_cli_foreman/compute_resource/rackspace.rb'
require 'hammer_cli_foreman/compute_resource/vmware.rb'
end

0 comments on commit b509ed3

Please sign in to comment.