feat: Add field unrestricted to appliction credentials
Change-Id: I68b413eecc78720b0481f8ed6a29660b666ee6d1
This commit is contained in:
parent
23a74052a5
commit
575e714830
@ -288,6 +288,7 @@
|
||||
"Burkina Faso": "Burkina Faso",
|
||||
"Burst limit": "Burst limit",
|
||||
"Burundi": "Burundi",
|
||||
"By default, for security reasons, application credentials are forbidden from being used for creating additional application credentials or keystone trusts. If your application credential needs to be able to perform these actions, check unrestricted.": "By default, for security reasons, application credentials are forbidden from being used for creating additional application credentials or keystone trusts. If your application credential needs to be able to perform these actions, check unrestricted.",
|
||||
"CA Certificate": "CA Certificate",
|
||||
"CA Certificates": "CA Certificates",
|
||||
"CHECK COMPLETE": "CHECK COMPLETE",
|
||||
@ -2649,6 +2650,7 @@
|
||||
"Unpause Container": "Unpause Container",
|
||||
"Unpause Instance": "Unpause Instance",
|
||||
"Unrescuing": "Unrescuing",
|
||||
"Unrestricted": "Unrestricted",
|
||||
"Unset": "Unset",
|
||||
"Unshelve": "Unshelve",
|
||||
"Unshelve Instance": "Unshelve Instance",
|
||||
|
@ -288,6 +288,7 @@
|
||||
"Burkina Faso": "부르키나 파소",
|
||||
"Burst limit": "버스티 제한",
|
||||
"Burundi": "부룬디",
|
||||
"By default, for security reasons, application credentials are forbidden from being used for creating additional application credentials or keystone trusts. If your application credential needs to be able to perform these actions, check unrestricted.": "",
|
||||
"CA Certificate": "CA 인증서",
|
||||
"CA Certificates": "CA 인증서",
|
||||
"CHECK COMPLETE": "검사 완료",
|
||||
@ -2649,6 +2650,7 @@
|
||||
"Unpause Container": "컨테이너 일시 중지 해제",
|
||||
"Unpause Instance": "인스턴스 일시 중지 해제",
|
||||
"Unrescuing": "인스턴스 구조",
|
||||
"Unrestricted": "",
|
||||
"Unset": "해제",
|
||||
"Unshelve": "복원",
|
||||
"Unshelve Instance": "복원 인스턴스",
|
||||
|
@ -288,6 +288,7 @@
|
||||
"Burkina Faso": "Буркина-Фасо",
|
||||
"Burst limit": "Лимит всплеска",
|
||||
"Burundi": "Бурунди",
|
||||
"By default, for security reasons, application credentials are forbidden from being used for creating additional application credentials or keystone trusts. If your application credential needs to be able to perform these actions, check unrestricted.": "",
|
||||
"CA Certificate": "Сертификат ЦС",
|
||||
"CA Certificates": "Сертификаты ЦС",
|
||||
"CHECK COMPLETE": "ПРОВЕРКА ЗАВЕРШЕНА",
|
||||
@ -2649,6 +2650,7 @@
|
||||
"Unpause Container": "Возобновить контейнер",
|
||||
"Unpause Instance": "Возобновить инстанс",
|
||||
"Unrescuing": "Отмена спасения",
|
||||
"Unrestricted": "",
|
||||
"Unset": "Сбросить",
|
||||
"Unshelve": "Вернуть на полку",
|
||||
"Unshelve Instance": "Вернуть инстанс с полки",
|
||||
|
@ -288,6 +288,7 @@
|
||||
"Burkina Faso": "Burkina Faso",
|
||||
"Burst limit": "Ek Sınır",
|
||||
"Burundi": "Burundi",
|
||||
"By default, for security reasons, application credentials are forbidden from being used for creating additional application credentials or keystone trusts. If your application credential needs to be able to perform these actions, check unrestricted.": "",
|
||||
"CA Certificate": "CA Sertifikası",
|
||||
"CA Certificates": "CA Sertifikaları",
|
||||
"CHECK COMPLETE": "KONTROL TAMAMLANDI",
|
||||
@ -2649,6 +2650,7 @@
|
||||
"Unpause Container": "Konteynırın Duraklatmasını Kaldır",
|
||||
"Unpause Instance": "Sanal Makinenin Duraklatmasını Kaldır",
|
||||
"Unrescuing": "Kurtarmadan çıkarma",
|
||||
"Unrestricted": "",
|
||||
"Unset": "Ayarlanmamış",
|
||||
"Unshelve": "Rafa kaldırmayı kaldır",
|
||||
"Unshelve Instance": "Sanal Makineyi Rafını Kaldır",
|
||||
|
@ -288,6 +288,7 @@
|
||||
"Burkina Faso": "布基纳法索",
|
||||
"Burst limit": "突发限制",
|
||||
"Burundi": "布隆迪",
|
||||
"By default, for security reasons, application credentials are forbidden from being used for creating additional application credentials or keystone trusts. If your application credential needs to be able to perform these actions, check unrestricted.": "",
|
||||
"CA Certificate": "CA证书",
|
||||
"CA Certificates": "CA证书",
|
||||
"CHECK COMPLETE": "检查完成",
|
||||
@ -2649,6 +2650,7 @@
|
||||
"Unpause Container": "恢复容器",
|
||||
"Unpause Instance": "恢复云主机",
|
||||
"Unrescuing": "",
|
||||
"Unrestricted": "",
|
||||
"Unset": "取消设置",
|
||||
"Unshelve": "取消归档",
|
||||
"Unshelve Instance": "取消归档云主机",
|
||||
|
@ -99,6 +99,15 @@ export class Create extends ModalAction {
|
||||
),
|
||||
span: 12,
|
||||
},
|
||||
{
|
||||
name: 'unrestricted',
|
||||
label: t('Unrestricted'),
|
||||
type: 'check',
|
||||
content: t('Unrestricted'),
|
||||
extra: t(
|
||||
'By default, for security reasons, application credentials are forbidden from being used for creating additional application credentials or keystone trusts. If your application credential needs to be able to perform these actions, check unrestricted.'
|
||||
),
|
||||
},
|
||||
{
|
||||
name: 'description',
|
||||
label: t('Description'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user