carrierwave: fix typo
Turns out the `openstack_identity_api_version` has not actually been filled out for a while, because of a typo.
This commit is contained in:
parent
cad52f8cea
commit
d431eeeb93
2 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ CarrierWave.configure do |config|
|
|||
openstack_username: Rails.application.secrets.fog[:openstack_username],
|
||||
openstack_auth_url: Rails.application.secrets.fog[:openstack_auth_url],
|
||||
openstack_region: Rails.application.secrets.fog[:openstack_region],
|
||||
openstack_identity_api_version: Rails.application.secrets.fog[:oopenstack_identity_api_version]
|
||||
openstack_identity_api_version: Rails.application.secrets.fog[:openstack_identity_api_version]
|
||||
}
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue