Skip to content

Commit

Permalink
Merge pull request #17790 from mansam/openstack-tag-mapping
Browse files Browse the repository at this point in the history
Add Openstack to list of valid prefixes for tag mapping
  • Loading branch information
agrare committed Aug 23, 2018
2 parents 3a67ef5 + d0a1c57 commit 8980cde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/container_label_tag_mapping.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class ContainerLabelTagMapping < ApplicationRecord

require_nested :Mapper

TAG_PREFIXES = %w(amazon azure kubernetes).map { |name| "/managed/#{name}:" }.freeze
TAG_PREFIXES = %w(amazon azure kubernetes openstack).map { |name| "/managed/#{name}:" }.freeze
validate :validate_tag_prefix

# Return ContainerLabelTagMapping::Mapper instance that holds all current mappings,
Expand Down

0 comments on commit 8980cde

Please sign in to comment.